DBA Data[Home] [Help]

APPS.HXT_TIME_CLOCK dependencies on HXT_TIME_SUMMARY

Line 996: Calls the hxt_time_summary.generate_details function to explode details.

992: /*************************************************************************
993: record_hours_worked()
994: Fetches additional assignment details about employees.
995: Creates hours worked records on the hxt_hours_worked database table.
996: Calls the hxt_time_summary.generate_details function to explode details.
997: **************************************************************************/
998: FUNCTION record_hours_worked( b_generate_holiday IN BOOLEAN,
999: i_timecard_id IN NUMBER,
1000: i_assignment_id IN NUMBER,

Line 1220: l_retcode := hxt_time_summary.Generate_Details(

1216: from HXT_SUM_HOURS_WORKED --SIR012
1217: where id = l_hours_worked_id; --SIR012
1218:
1219: /*Generate time details*/
1220: l_retcode := hxt_time_summary.Generate_Details(
1221: l_det_rec.hxt_earning_policy,
1222: l_det_rec.fcl_earn_type,
1223: l_det_rec.egt_id,
1224: l_det_rec.hxt_shift_differential_policy,

Line 1311: --HXT11l_retcode := log_clock_errors(TRUE,'A problem occurred in the function hxt_time_summary.Generate_Details.','Record Hours', SQLERRM);

1307:
1308: WHEN l_generate_details_error THEN
1309: FND_MESSAGE.SET_NAME('HXT','HXT_39417_PROB_GEN_DET'); -- HXT11
1310: l_retcode := log_clock_errors(TRUE, NULL,'RECHRS', SQLERRM);
1311: --HXT11l_retcode := log_clock_errors(TRUE,'A problem occurred in the function hxt_time_summary.Generate_Details.','Record Hours', SQLERRM);
1312: RETURN 2;
1313:
1314: WHEN l_seq_num_error THEN
1315: FND_MESSAGE.SET_NAME('HXT','HXT_39418_GET_HRW_SEQ'); -- HXT11