DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on CST_ACCT_INFO_V

Line 2242: from cst_acct_info_v

2238:
2239: select ledger_id
2240: into l_snd_sob_id
2241: /*from org_organization_definitions */
2242: from cst_acct_info_v
2243: where organization_id = i_from_org;
2244:
2245: l_stmt_num := 20;
2246:

Line 2257: from cst_acct_info_v

2253:
2254: select ledger_id
2255: into l_rcv_sob_id
2256: /*from org_organization_definitions*/
2257: from cst_acct_info_v
2258: where organization_id = i_to_org;
2259:
2260: l_stmt_num := 40;
2261: