DBA Data[Home] [Help]

APPS.PAY_HK_PAYSLIP_ARCHIVE dependencies on HR_ORGANIZATION_INFORMATION

Line 11: (scheme_name hr_organization_information.org_information2%TYPE);

7: --------------------------------------------------------------------
8: g_sn_populated boolean := FALSE;
9:
10: type r_scheme_name_store is record
11: (scheme_name hr_organization_information.org_information2%TYPE);
12:
13: type t_scheme_name_tab is table of r_scheme_name_store
14: index by binary_integer;
15: