DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on CST_ACCT_INFO_V

Line 11164: FROM cst_acct_info_v

11160:
11161: -- Get Receiving Operating Unit and SOB
11162: SELECT operating_unit, ledger_id
11163: INTO l_rcv_org_id, l_rcv_sob_id
11164: FROM cst_acct_info_v
11165: WHERE organization_id = l_rcv_organization_id;
11166:
11167: debug(' l_rcv_org_id:'||l_rcv_org_id);
11168: debug(' l_rcv_sob_id:'||l_rcv_sob_id);