DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on HR_ORGANIZATION_INFORMATION

Line 1594: FROM hr_organization_information hoi, gl_sets_of_books sob

1590: SELECT TO_NUMBER(hoi.org_information1)
1591: , sob.currency_code
1592: INTO x_sob_id
1593: , x_currency_code
1594: FROM hr_organization_information hoi, gl_sets_of_books sob
1595: WHERE hoi.organization_id = p_org_id
1596: AND (hoi.org_information_context || '') = 'Accounting Information'
1597: AND sob.set_of_books_id = to_number(hoi.org_information1);
1598:

Line 1825: FROM hr_organization_information hoi, gl_sets_of_books sob

1821: SELECT TO_NUMBER(hoi.org_information1)
1822: , sob.currency_code
1823: INTO g_po_startup_value.sob_id
1824: , g_po_startup_value.currency_code
1825: FROM hr_organization_information hoi, gl_sets_of_books sob
1826: WHERE hoi.organization_id = p_organization_id
1827: AND (hoi.org_information_context || '') = 'Accounting Information'
1828: AND sob.set_of_books_id = to_number(hoi.org_information1);
1829: