DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on CST_ACCT_INFO_V

Line 1173: FROM CST_ACCT_INFO_V

1169: operating_unit
1170: INTO
1171: l_source_data.ledger_id,
1172: l_security_data.security_id_int_2
1173: FROM CST_ACCT_INFO_V
1174: WHERE organization_id = l_events(l_index).ORGANIZATION_ID;
1175:
1176: -- Initialize other Source Data Attributes
1177: l_source_data.entity_type_code := 'MTL_ACCOUNTING_EVENTS';

Line 1492: FROM CST_ACCT_INFO_V

1488: operating_unit
1489: INTO
1490: l_source_data.ledger_id,
1491: l_security_data.security_id_int_2
1492: FROM CST_ACCT_INFO_V
1493: WHERE organization_id = p_trx_info.INV_ORGANIZATION_ID;
1494: -- Initialize other Source Data Attributes
1495: l_source_data.entity_type_code := 'WIP_ACCOUNTING_EVENTS';
1496: l_source_data.application_id := G_CST_APPLICATION_ID;

Line 1713: FROM CST_ACCT_INFO_V

1709: SELECT ledger_id,
1710: operating_unit
1711: INTO l_ledger_id,
1712: l_operating_unit
1713: FROM CST_ACCT_INFO_V
1714: WHERE ORGANIZATION_ID = p_organization_id;
1715:
1716: l_stmt_num := 20;
1717: /* Purge Temp Table */

Line 1955: FROM CST_ACCT_INFO_V

1951: SELECT ledger_id,
1952: operating_unit
1953: INTO l_ledger_id,
1954: l_operating_unit
1955: FROM CST_ACCT_INFO_V
1956: WHERE ORGANIZATION_ID = p_organization_id;
1957:
1958: l_stmt_num := 20;
1959:

Line 2179: FROM CST_ACCT_INFO_V

2175: SELECT ledger_id,
2176: operating_unit
2177: INTO l_ledger_id,
2178: l_operating_unit
2179: FROM CST_ACCT_INFO_V
2180: WHERE ORGANIZATION_ID = p_organization_id;
2181:
2182: l_stmt_num := 20;
2183: