DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on FND_INSTALLATION

Line 414: IF NOT FND_INSTALLATION.GET_APP_INFO('BOM', l_status, l_industry, l_schema) THEN

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
415: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
416: END IF;
417:
418: