DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on AR_MATCH_REV_COGS_GRP

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

316: l_stmt_num := 30;
317:
318: IF l_stmtLog THEN
319: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_module||'.'||l_stmt_num,
320: 'Calling AR_MATCH_REV_COGS_GRP.populate_cst_tables with '||
321: 'p_from_gl_date = '||l_low_date||','||
322: 'p_to_gl_date = '||l_high_date||',');
323: END IF;
324:

Line 325: ar_match_rev_cogs_grp.populate_cst_tables (

321: 'p_from_gl_date = '||l_low_date||','||
322: 'p_to_gl_date = '||l_high_date||',');
323: END IF;
324:
325: ar_match_rev_cogs_grp.populate_cst_tables (
326: p_api_version => 1,
327: p_from_gl_date => l_low_date,
328: p_to_gl_date => l_high_date,
329: --{BUG#7533570 add ledger_id

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

406: COMMIT;
407: SAVEPOINT Match_RevenueCOGS_PVT;
408:
409: -- Now we should gather statistics on CRRL since the above call to
410: -- ar_match_rev_cogs_grp.populate_cst_tables would have added a bunch of rows
411: -- with potentially_unmatched_flag = 'Y'. This column is a histogram, so we
412: -- need to gather stats before running phase 3, which relies heavily on this
413: -- column.
414: IF NOT FND_INSTALLATION.GET_APP_INFO('BOM', l_status, l_industry, l_schema) THEN