DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on FND_INSTALLATION

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

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
342: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
343: END IF;
344:
345: IF l_schema IS NOT NULL THEN