DBA Data[Home] [Help]

APPS.PY_ZA_TAX_CERTIFICATES dependencies on HR_ALL_ORGANIZATION_UNITS

Line 132: from hr_all_organization_units org,

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

Line 141: hr_all_organization_units hou,

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