DBA Data[Home] [Help]

APPS.HXT_HXC_RETRIEVAL_PROCESS dependencies on HXT_TIME_COLLECTION

Line 690: hxt_time_collection.set_cache (FALSE);

686: END IF;
687:
688: CLOSE get_debug;
689:
690: hxt_time_collection.set_cache (FALSE);
691:
692:
693: IF g_debug
694: THEN

Line 1309: hxt_time_collection.record_time

1305: THEN
1306: hr_utility.set_location (l_proc, 65);
1307: END IF;
1308:
1309: hxt_time_collection.record_time
1310: (timecard_source => 'Time Store',
1311: employee_number => TO_CHAR
1312: (l_person_id
1313: )

Line 1534: hxt_time_collection.re_explode_timecard

1530: IF i IS NOT NULL
1531: THEN
1532: WHILE loop_ok
1533: LOOP
1534: hxt_time_collection.re_explode_timecard
1535: (timecard_id => l_timecards
1536: (i),
1537: tim_eff_start_date => NULL,
1538: -- Not Being Used

Line 1986: hxt_time_collection.set_cache (FALSE);

1982: THEN
1983: hr_utility.trace_on (NULL, 'OTLR');
1984: END IF;
1985:
1986: hxt_time_collection.set_cache (FALSE);
1987:
1988: CLOSE get_debug;
1989:
1990: SAVEPOINT review_details;

Line 2756: hxt_time_collection.record_time

2752: --delete the blocks or retail them.Therefore those blocks which are end
2753: --dated will have the l_delete flag set to 'Y'. We will be passing the
2754: --l_delete as a value to the parameter delete_yn of the record_time api.
2755: --Bug 2770487 Sonarasi Over
2756: hxt_time_collection.record_time
2757: (timecard_source => 'Time Store',
2758: batch_ref => 'OTL_SS_DEP_VAL',
2759: batch_name => 'OTL_SS_DEP_VAL',
2760: approver_number => NULL,

Line 3074: hxt_time_collection.re_explode_timecard

3070: IF i IS NOT NULL
3071: THEN
3072: WHILE loop_ok
3073: LOOP
3074: hxt_time_collection.re_explode_timecard
3075: (timecard_id => l_timecards
3076: (i),
3077: tim_eff_start_date => NULL,
3078: -- Not Being Used