DBA Data[Home] [Help]

APPS.HR_PAY_INTERFACE_PKG dependencies on STANDARD

Line 1158: OR pps.last_standard_process_date IS NOT NULL)

1154: WHERE
1155: HR_PAY_INTERFACE_PKG.g_ppm_ass_id = paa.assignment_id
1156: AND paa.person_id = pps.person_id
1157: AND ( pps.final_process_date IS NOT NULL
1158: OR pps.last_standard_process_date IS NOT NULL)
1159: AND HR_PAY_INTERFACE_PKG.g_ppm_start_date > trunc(SYSDATE);
1160: --
1161: l_purge integer := NULL;
1162: l_terminate integer := NULL;

Line 1214: OR pps.last_standard_process_date IS NOT NULL)

1210: WHERE
1211: HR_PAY_INTERFACE_PKG.g_asg_cost_ass_id = paa.assignment_id
1212: AND paa.person_id = pps.person_id
1213: AND (pps.final_process_date IS NOT NULL
1214: OR pps.last_standard_process_date IS NOT NULL)
1215: AND HR_PAY_INTERFACE_PKG.g_asg_cost_start_date > trunc(SYSDATE);
1216: --
1217: l_purge integer := NULL;
1218: l_terminate integer := NULL;