DBA Data[Home] [Help]

APPS.PAY_ASG_PROCESS_GRP_PKG dependencies on PAY_POG_ALL_ASSIGNMENTS_PKG

Line 1292: dt_mode := PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode;

1288: if (is_pog_enable(p_business_group_id) = TRUE) then
1289: --
1290: -- First set the Date Track mode
1291: --
1292: dt_mode := PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode;
1293: if g_debug then
1294: hr_utility.trace ('Location 02 dt_mode = '||dt_mode);
1295: end if;
1296: --Bug 14585781 added Correction mode

Line 1396: dt_mode := PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode;

1392: if (is_pog_enable(p_business_group_id) = TRUE) then
1393: --
1394: -- First set the Date Track mode
1395: --
1396: dt_mode := PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode;
1397: --
1398: if ( dt_mode = 'ZAP') then
1399: --
1400: asg_datetracked_zap(p_assignment_id);

Line 1467: PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode := 'INSERT';

1463: for asgrec in get_asg_info(p_asg_id) loop
1464: --
1465: if (first_row = TRUE) then
1466: --
1467: PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode := 'INSERT';
1468: asg_insert_trigger
1469: (p_assignment_id => asgrec.assignment_id,
1470: p_person_id => asgrec.person_id,
1471: p_period_of_service_id => asgrec.period_of_service_id,

Line 1487: PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode := 'UPDATE';

1483: first_row := FALSE;
1484: --
1485: else
1486: --
1487: PAY_POG_ALL_ASSIGNMENTS_PKG.dyt_mode := 'UPDATE';
1488: asg_update_trigger
1489: (p_assignment_id => asgrec.assignment_id,
1490: p_person_id => asgrec.person_id,
1491: p_period_of_service_id => asgrec.period_of_service_id,