DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on PAY_ACTION_INFORMATION

Line 864: pay_action_information pai,

860: nvl(sum(decode(pai.action_information13, 'TERM',
861: NULL, decode(pai.action_information21, cp_itax_organization_id, pai.action_information14, NULL))), 0) PREV_SWOT_MUTUAL_AID
862: from pay_assignment_actions paa,
863: pay_payroll_actions ppa,
864: pay_action_information pai,
865: per_all_assignments_f pa
866: where paa.assignment_id = p_assignment_id
867: /* Below conditions have already been taken care in Pre-Tax Archiver
868: process. So they are redundant here and removed.