DBA Data[Home] [Help]

APPS.PAY_CA_PAYRG_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 191: from hr_organization_information

187: order by act.assignment_id;
188:
189: cursor c_arch_lvl(cp_busi_grp_id number) is
190: select org_information1
191: from hr_organization_information
192: where organization_id = cp_busi_grp_id
193: and org_information_context = 'Payroll Archiver Level';
194:
195: cursor c_payment_info(cp_prepay_action_id number) is