DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on HR_ORGANIZATION_INFORMATION

Line 5895: FROM hr_organization_information hoi

5891: --BUG 3444210: For performance reason, use the follow query
5892: --instead of gl_sets_of_books
5893: SELECT TO_NUMBER(hoi.org_information1)
5894: INTO inv_rcv_common_apis.g_po_startup_value.sob_id
5895: FROM hr_organization_information hoi
5896: WHERE hoi.organization_id = p_organization_id
5897: AND (hoi.org_information_context || '') = 'Accounting Information';
5898: END IF;
5899: