DBA Data[Home] [Help]

APPS.PAY_AE_CHEQUE_REPORT dependencies on HR_ORGANIZATION_INFORMATION

Line 13: FROM hr_organization_information

9: (p_business_group_id IN NUMBER) IS
10: /* Cursor to retrieve Currency */
11: CURSOR csr_currency IS
12: SELECT org_information10
13: FROM hr_organization_information
14: WHERE organization_id = p_business_group_id
15: AND org_information_context = 'Business Group Information';
16: l_currency VARCHAR2(40);
17: BEGIN