DBA Data[Home] [Help]

APPS.PAY_NZ_EXC dependencies on HR_ORGANIZATION_INFORMATION

Line 294: hr_organization_information HOI

290:
291: cursor get_beg_of_fiscal_year(c_owner_payroll_action_id number) is
292: select fnd_date.canonical_to_date(org_information11)
293: from pay_payroll_actions PACT,
294: hr_organization_information HOI
295: where UPPER(HOI.org_information_context) = 'BUSINESS GROUP INFORMATION'
296: and HOI.organization_id = PACT.business_group_id
297: and PACT.payroll_action_id = c_owner_payroll_action_id;
298: begin