DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on HXC_TIMECARD

Line 1418: IF (p_tbb_rec.resource_type = hxc_timecard.c_assignment_resource)

1414: || 'is_assignment';
1415: hr_utility.set_location ( 'Entering '
1416: || l_proc, 10);
1417: end if;
1418: IF (p_tbb_rec.resource_type = hxc_timecard.c_assignment_resource)
1419: THEN
1420: if g_debug then
1421: hr_utility.set_location (' resource_type = ASSIGNMENT ', 20);
1422: end if;

Line 1448: IF (p_tbb_rec.resource_type = hxc_timecard.c_person_resource)

1444: || 'is_person';
1445: hr_utility.set_location ( 'Entering '
1446: || l_proc, 10);
1447: end if;
1448: IF (p_tbb_rec.resource_type = hxc_timecard.c_person_resource)
1449: THEN
1450: if g_debug then
1451: hr_utility.set_location (' resource_type = PERSON ', 20);
1452: end if;

Line 1941: IF (p_detail_tbb.TYPE = hxc_timecard.c_measure_type)

1937: || 'hours_worked';
1938: hr_utility.set_location ( 'Entering '
1939: || l_proc, 10);
1940: end if;
1941: IF (p_detail_tbb.TYPE = hxc_timecard.c_measure_type)
1942: THEN
1943: l_hours_worked := p_detail_tbb.measure;
1944: ELSE
1945: l_hours_worked :=