DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_LINE_UTIL

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

8184: END IF;
8185:
8186:
8187: IF PG_DEBUG <> 0 THEN
8188: oe_debug_pub.add ('link_item: ' || 'calling oe_line_util.query_row , 2');
8189: END IF;
8190:
8191: Select concatenated_segments
8192: into l_model_tab(1).ordered_item

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

8194: where inventory_item_id = pConfigId
8195: and organization_id = pOrgId;
8196:
8197: lStmtNumber := 395;
8198: l_line_rec := oe_line_util.query_row(pLineId);
8199:
8200: /*-----------------------------------------------------------+
8201: Setting visible demand flag to 'N' for the selected model and options.
8202: +-----------------------------------------------------------*/