DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on AR_MATCH_REV_COGS_GRP

Line 259: 'Calling AR_MATCH_REV_COGS_GRP.populate_cst_tables with '||

255: l_stmt_num := 30;
256:
257: IF l_stmtLog THEN
258: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_module||'.'||l_stmt_num,
259: 'Calling AR_MATCH_REV_COGS_GRP.populate_cst_tables with '||
260: 'p_from_gl_date = '||l_low_date||','||
261: 'p_to_gl_date = '||l_high_date||',');
262: END IF;
263:

Line 264: ar_match_rev_cogs_grp.populate_cst_tables (

260: 'p_from_gl_date = '||l_low_date||','||
261: 'p_to_gl_date = '||l_high_date||',');
262: END IF;
263:
264: ar_match_rev_cogs_grp.populate_cst_tables (
265: p_api_version => 1,
266: p_from_gl_date => l_low_date,
267: p_to_gl_date => l_high_date,
268: --{BUG#7533570 add ledger_id

Line 337: -- ar_match_rev_cogs_grp.populate_cst_tables would have added a bunch of rows

333: COMMIT;
334: SAVEPOINT Match_RevenueCOGS_PVT;
335:
336: -- Now we should gather statistics on CRRL since the above call to
337: -- ar_match_rev_cogs_grp.populate_cst_tables would have added a bunch of rows
338: -- with potentially_unmatched_flag = 'Y'. This column is a histogram, so we
339: -- need to gather stats before running phase 3, which relies heavily on this
340: -- column.
341: IF NOT FND_INSTALLATION.GET_APP_INFO('BOM', l_status, l_industry, l_schema) THEN