DBA Data[Home] [Help]

APPS.RCV_CREATEACCOUNTING_PVT dependencies on CST_ACCT_INFO_V

Line 358: FROM CST_ACCT_INFO_V

354: l_stmt_num := 25;
355:
356: SELECT LEGAL_ENTITY
357: INTO l_legal_entity
358: FROM CST_ACCT_INFO_V
359: WHERE ORGANIZATION_ID = p_rcv_ae_line.organization_id;
360:
361: -- Convert the event_date to Legal Entity time zome
362: l_stmt_num := 27;

Line 1318: FROM CST_ACCT_INFO_V

1314: l_stmt_num := 55;
1315:
1316: SELECT LEGAL_ENTITY
1317: INTO l_legal_entity
1318: FROM CST_ACCT_INFO_V
1319: WHERE ORGANIZATION_ID = l_rcv_ae_line.organization_id;
1320:
1321: -- Convert the event_date to Legal Entity time zome
1322: l_stmt_num := 57;