DBA Data[Home] [Help]

APPS.PAY_ACTION_CONTEXTS_PKG dependencies on HR_ORGANIZATION_UNITS

Line 47: HR_ORGANIZATION_UNITS o,

43: begin
44: SELECT ou.org_information9
45: INTO g_legislation_code
46: FROM HR_ORGANIZATION_INFORMATION ou,
47: HR_ORGANIZATION_UNITS o,
48: PAY_PAYROLL_ACTIONS pa
49: WHERE pa.payroll_action_id = p_pay_act_id
50: and o.business_group_id = pa.business_group_id
51: and ou.organization_id = o.organization_id