DELETE Data into HCM Fusion using parameterized BI Publisher Report — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

DELETE Data into HCM Fusion using parameterized BI Publisher Report

Summary:

We want to delete time cards via parameter through flow pattern.

  1. QUERY:

SELECT HTRG.TM REC GRP ID TIMERECORDGROUPID,

substr(replace (HTRG.START_TIME, '-','/'), 1,19) TCSTARTTIME,

substr(replace(HTRG.STOP_TIME, '-','/'), 1,19) TCSTOPTIME,

HTRG.RESOURCE ID RESOURCEID, 'RPTD TIME' GroupType, 'PERSON' ResourceType

FROM HWM_TM_REC_GRP HTRG, PER_ALL_PEOPLE_ PEOPLE_F PAPF

WHERE 1=1

AND HTRG.RESOURCE_ID = PAPF.PERSON_ID

AND PAPF.PERSON NUMBER :P_PERSON_NUMBER

AND TRUNC (HTRG.START TIME) = :P_START_TIME

AND TRUNC (HTRG.STOP TIME) =:P_STOP_TIME

2. Parameters in flow pattern: P_PERSON_NUMBER, P_START_TIME & P_STOP_TIME

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!