DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on CST_ACCT_INFO_V

Line 1345: FROM CST_ACCT_INFO_V

1341: operating_unit
1342: INTO
1343: l_source_data.ledger_id,
1344: l_security_data.security_id_int_2
1345: FROM CST_ACCT_INFO_V
1346: WHERE organization_id = l_events(l_index).ORGANIZATION_ID;
1347:
1348: -- Initialize other Source Data Attributes
1349: l_source_data.entity_type_code := 'MTL_ACCOUNTING_EVENTS';

Line 1717: FROM CST_ACCT_INFO_V

1713: operating_unit
1714: INTO
1715: l_source_data.ledger_id,
1716: l_security_data.security_id_int_2
1717: FROM CST_ACCT_INFO_V
1718: WHERE organization_id = p_trx_info.INV_ORGANIZATION_ID;
1719: -- Initialize other Source Data Attributes
1720: l_source_data.entity_type_code := 'WIP_ACCOUNTING_EVENTS';
1721: l_source_data.application_id := G_CST_APPLICATION_ID;

Line 1940: FROM CST_ACCT_INFO_V

1936: SELECT ledger_id,
1937: operating_unit
1938: INTO l_ledger_id,
1939: l_operating_unit
1940: FROM CST_ACCT_INFO_V
1941: WHERE ORGANIZATION_ID = p_organization_id;
1942:
1943: l_stmt_num := 20;
1944: /* Purge Temp Table */

Line 2204: FROM CST_ACCT_INFO_V

2200: SELECT ledger_id,
2201: operating_unit
2202: INTO l_ledger_id,
2203: l_operating_unit
2204: FROM CST_ACCT_INFO_V
2205: WHERE ORGANIZATION_ID = p_organization_id;
2206:
2207: l_stmt_num := 20;
2208:

Line 2436: FROM CST_ACCT_INFO_V

2432: SELECT ledger_id,
2433: operating_unit
2434: INTO l_ledger_id,
2435: l_operating_unit
2436: FROM CST_ACCT_INFO_V
2437: WHERE ORGANIZATION_ID = p_organization_id;
2438:
2439: l_stmt_num := 20;
2440: