DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 6304: FROM org_organization_definitions

6300:
6301: -- Get Receiving Operating Unit and SOB
6302: SELECT operating_unit, set_of_books_id
6303: INTO l_rcv_org_id, l_rcv_ledger_id
6304: FROM org_organization_definitions
6305: WHERE organization_id = l_rcv_organization_id;
6306:
6307: l_stmt_num := 35;
6308: