DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI_BIP dependencies on PAY_PAYROLL_ACTIONS

Line 12: from pay_payroll_actions pact,

8: l_employers_address_line varchar2(500);
9:
10: cursor empl_address_line is
11: select nvl(upper(hoi.org_information4),' ') employers_address_line
12: from pay_payroll_actions pact,
13: hr_organization_information hoi
14: where pact.payroll_action_id = p_payroll_action_id
15: and pact.business_group_id = hoi.organization_id
16: and hoi.org_information_context = 'Tax Details References'