DBA Data[Home] [Help]

APPS.PAY_NZ_EXC dependencies on HR_ORGANIZATION_INFORMATION

Line 296: hr_organization_information HOI

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