DBA Data[Home] [Help]

APPS.HXT_TIME_COLLECTION dependencies on HXT_TIM_COL_UTIL

Line 675: l_retcode := hxt_tim_col_util.get_session_date (g_sess_date);

671: hr_utility.set_location (l_proc, 40);
672: END IF;
673:
674: /*Get Session Date*/
675: l_retcode := hxt_tim_col_util.get_session_date (g_sess_date);
676:
677: IF g_debug
678: THEN
679: hr_utility.TRACE ('l_retcode :' || l_retcode);

Line 757: hxt_tim_col_util.validate_time_summary_id (time_summary_id);

753: hr_utility.set_location (l_proc, 90);
754: END IF;
755:
756: l_retcode :=
757: hxt_tim_col_util.validate_time_summary_id (time_summary_id);
758:
759: IF g_debug
760: THEN
761: hr_utility.TRACE ('l_retcode :' || l_retcode);

Line 853: hxt_tim_col_util.determine_pay_date (start_time,

849: hr_utility.set_location (l_proc, 180);
850: END IF;
851:
852: l_retcode :=
853: hxt_tim_col_util.determine_pay_date (start_time,
854: end_time,
855: l_person_id,
856: l_date_worked
857: );

Line 969: hxt_tim_col_util.get_person_id (employee_number,

965: hr_utility.set_location (l_proc, 300);
966: END IF;
967:
968: l_retcode :=
969: hxt_tim_col_util.get_person_id (employee_number,
970: business_group_id, --SIR461
971: l_date_worked,
972: l_person_id,
973: l_last_name,

Line 1080: hxt_tim_col_util.get_person_id (approver_number,

1076: hr_utility.set_location (l_proc, 400);
1077: END IF;
1078:
1079: l_retcode :=
1080: hxt_tim_col_util.get_person_id (approver_number,
1081: business_group_id, --SIR461
1082: l_date_worked,
1083: l_approver_id,
1084: l_appr_last_name,

Line 1125: hxt_tim_col_util.validate_timecard_source (timecard_source,

1121: hr_utility.TRACE ('BEFORE VALID TIMECARD SOURCE');
1122: END IF;
1123:
1124: l_retcode :=
1125: hxt_tim_col_util.validate_timecard_source (timecard_source,
1126: l_date_worked,
1127: l_timecard_source_code
1128: );
1129:

Line 1173: hxt_tim_col_util.get_element_type_id (hours_type,

1169: hr_utility.set_location (l_proc, 480);
1170: END IF;
1171:
1172: l_retcode :=
1173: hxt_tim_col_util.get_element_type_id (hours_type,
1174: l_date_worked,
1175: business_group_id,
1176: l_element_type_id
1177: );

Line 1217: hxt_tim_col_util.chk_element_link

1213: hr_utility.set_location (l_proc, 510);
1214: END IF;
1215:
1216: l_retcode :=
1217: hxt_tim_col_util.chk_element_link
1218: (p_asg_id => l_emp_rec.assignment_id,
1219: p_date_worked => l_date_worked,
1220: p_element_type_id => l_element_type_id
1221: );

Line 1297: hxt_tim_col_util.validate_wage_code (wage_code, l_date_worked);

1293: hr_utility.set_location (l_proc, 610);
1294: END IF;
1295:
1296: l_retcode :=
1297: hxt_tim_col_util.validate_wage_code (wage_code, l_date_worked);
1298:
1299: IF g_debug
1300: THEN
1301: hr_utility.TRACE ('l_retcode :' || l_retcode);

Line 1336: hxt_tim_col_util.get_earn_pol_id (l_emp_rec.assignment_id,

1332: hr_utility.set_location (l_proc, 650);
1333: END IF;
1334:
1335: l_retcode :=
1336: hxt_tim_col_util.get_earn_pol_id (l_emp_rec.assignment_id,
1337: l_date_worked,
1338: earning_policy,
1339: l_earn_pol_id
1340: );

Line 1385: hxt_tim_col_util.get_project_id (project,

1381: hr_utility.set_location (l_proc, 680);
1382: END IF;
1383:
1384: l_retcode :=
1385: hxt_tim_col_util.get_project_id (project,
1386: l_date_worked,
1387: l_project_id
1388: );
1389:

Line 1433: hxt_tim_col_util.get_task_id (task_number,

1429: hr_utility.set_location (l_proc, 720);
1430: END IF;
1431:
1432: l_retcode :=
1433: hxt_tim_col_util.get_task_id (task_number,
1434: l_date_worked,
1435: l_project_id, /* PWM 05-APR-00 */
1436: l_task_id
1437: );

Line 1482: hxt_tim_col_util.get_location_id (location_code,

1478: hr_utility.set_location (l_proc, 760);
1479: END IF;
1480:
1481: l_retcode :=
1482: hxt_tim_col_util.get_location_id (location_code,
1483: l_date_worked,
1484: l_location_id
1485: );
1486:

Line 1530: hxt_tim_col_util.validate_earn_reason_code (earn_reason_code,

1526: hr_utility.set_location (l_proc, 800);
1527: END IF;
1528:
1529: l_retcode :=
1530: hxt_tim_col_util.validate_earn_reason_code (earn_reason_code,
1531: l_date_worked
1532: );
1533:
1534: -- l_element_type_id );

Line 1587: hxt_tim_col_util.validate_separate_chk_flg (l_sep_chk_flg);

1583: END IF;
1584:
1585: l_sep_chk_flg := separate_check_flag;
1586: l_retcode :=
1587: hxt_tim_col_util.validate_separate_chk_flg (l_sep_chk_flg);
1588:
1589: IF g_debug
1590: THEN
1591: hr_utility.TRACE ('l_sep_chk_flg :' || l_sep_chk_flg);

Line 3153: l_retcode := hxt_tim_col_util.get_session_date (g_sess_date);

3149:
3150:
3151: IF g_sess_date IS NULL
3152: THEN
3153: l_retcode := hxt_tim_col_util.get_session_date (g_sess_date);
3154: ELSE
3155: l_retcode := 0;
3156: END IF;
3157:

Line 5467: l_retcode := hxt_tim_col_util.get_session_date (g_sess_date);

5463:
5464: --
5465: IF g_sess_date IS NULL
5466: THEN
5467: l_retcode := hxt_tim_col_util.get_session_date (g_sess_date);
5468: ELSE
5469: l_retcode := 0;
5470: END IF;
5471:

Line 7277: l_retcode := hxt_tim_col_util.get_session_date(g_sess_date);

7273: -- Get the session date before opening the cursor
7274: -- and pass that to the cursor.
7275: IF g_sess_date IS NULL
7276: THEN
7277: l_retcode := hxt_tim_col_util.get_session_date(g_sess_date);
7278: END IF;
7279:
7280: OPEN c(g_sess_date);
7281: