DBA Data[Home] [Help]

APPS.PAY_CA_PAYRG_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 196: from hr_organization_information

192: order by act.assignment_id;
193:
194: cursor c_arch_lvl(cp_busi_grp_id number) is
195: select org_information1
196: from hr_organization_information
197: where organization_id = cp_busi_grp_id
198: and org_information_context = 'Payroll Archiver Level';
199:
200: cursor c_payment_info(cp_prepay_action_id number) is