DBA Data[Home] [Help]

APPS.HXT_HXC_RETRIEVAL_PROCESS dependencies on HXT_TIME_COLLECTION

Line 679: hxt_time_collection.set_cache (FALSE);

675: END IF;
676:
677: CLOSE get_debug;
678:
679: hxt_time_collection.set_cache (FALSE);
680: hr_kflex_utility.set_session_date (p_effective_date => SYSDATE,
681: p_session_id => l_session_id
682: );
683:

Line 1282: hxt_time_collection.record_time

1278: THEN
1279: hr_utility.set_location (l_proc, 65);
1280: END IF;
1281:
1282: hxt_time_collection.record_time
1283: (timecard_source => 'Time Store',
1284: employee_number => TO_CHAR
1285: (l_person_id
1286: )

Line 1507: hxt_time_collection.re_explode_timecard

1503: IF i IS NOT NULL
1504: THEN
1505: WHILE loop_ok
1506: LOOP
1507: hxt_time_collection.re_explode_timecard
1508: (timecard_id => l_timecards
1509: (i),
1510: tim_eff_start_date => NULL,
1511: -- Not Being Used

Line 1941: hxt_time_collection.set_cache (FALSE);

1937: THEN
1938: hr_utility.trace_on (NULL, 'OTLR');
1939: END IF;
1940:
1941: hxt_time_collection.set_cache (FALSE);
1942:
1943: CLOSE get_debug;
1944:
1945: SAVEPOINT review_details;

Line 2681: hxt_time_collection.record_time

2677: --delete the blocks or retail them.Therefore those blocks which are end
2678: --dated will have the l_delete flag set to 'Y'. We will be passing the
2679: --l_delete as a value to the parameter delete_yn of the record_time api.
2680: --Bug 2770487 Sonarasi Over
2681: hxt_time_collection.record_time
2682: (timecard_source => 'Time Store',
2683: batch_ref => 'OTL_SS_DEP_VAL',
2684: batch_name => 'OTL_SS_DEP_VAL',
2685: approver_number => NULL,

Line 2999: hxt_time_collection.re_explode_timecard

2995: IF i IS NOT NULL
2996: THEN
2997: WHILE loop_ok
2998: LOOP
2999: hxt_time_collection.re_explode_timecard
3000: (timecard_id => l_timecards
3001: (i),
3002: tim_eff_start_date => NULL,
3003: -- Not Being Used