DBA Data[Home] [Help]

APPS.PY_ZA_TAX_CERTIFICATES dependencies on HR_ALL_ORGANIZATION_UNITS

Line 129: from hr_all_organization_units org,

125: hoi.org_information3,
126: hoi.org_information4,
127: nvl(fcl.meaning, 'A') NATURE,
128: paa.serial_number
129: from hr_all_organization_units org,
130: per_all_people_f per,
131: per_addresses adr,
132: per_all_assignments_f ass,
133: per_assignment_extra_info aei,

Line 138: hr_all_organization_units hou,

134: hr_soft_coding_keyflex scl,
135: pay_all_payrolls_f ppf,
136: hr_locations hrl,
137: hr_organization_information hoi,
138: hr_all_organization_units hou,
139: fnd_common_lookups fcl,
140: pay_assignment_actions paa,
141: pay_payroll_actions ppa
142: where ppa.payroll_action_id = substr(P_PAYROLL_ACTION_ID, 28)