DBA Data[Home] [Help]

APPS.PAY_SA_CHEQUE_REPORT dependencies on HR_ORGANIZATION_INFORMATION

Line 10: FROM hr_organization_information

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