DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 6325: FROM org_organization_definitions

6321:
6322: -- Get Receiving Operating Unit and SOB
6323: SELECT operating_unit, set_of_books_id
6324: INTO l_rcv_org_id, l_rcv_ledger_id
6325: FROM org_organization_definitions
6326: WHERE organization_id = l_rcv_organization_id;
6327:
6328: l_stmt_num := 35;
6329: