DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_LINE_UTIL

Line 8474: oe_debug_pub.add ('link_item: ' || 'calling oe_line_util.query_row , 2');

8470: END IF;
8471:
8472:
8473: IF PG_DEBUG <> 0 THEN
8474: oe_debug_pub.add ('link_item: ' || 'calling oe_line_util.query_row , 2');
8475: END IF;
8476:
8477: Select concatenated_segments
8478: into l_model_tab(1).ordered_item

Line 8484: l_line_rec := oe_line_util.query_row(pLineId);

8480: where inventory_item_id = pConfigId
8481: and organization_id = pOrgId;
8482:
8483: lStmtNumber := 395;
8484: l_line_rec := oe_line_util.query_row(pLineId);
8485:
8486: /*-----------------------------------------------------------+
8487: Setting visible demand flag to 'N' for the selected model and options.
8488: +-----------------------------------------------------------*/