DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on BOM_CTO_ORDER_LINES

Line 375: from bom_cto_order_lines

371:
372: begin
373: select program_id
374: into l_program_id
375: from bom_cto_order_lines
376: where line_id = to_number(p_itemkey);
377: exception
378: when no_data_found then
379: IF PG_DEBUG <> 0 THEN

Line 816: from bom_cto_order_lines bcol

812: into l_config_id,
813: l_model_id,
814: l_mfg_org_id,
815: l_perform_match -- Sushant added this to check full item match
816: from bom_cto_order_lines bcol
817: where bcol.line_id = to_number(p_itemkey);
818:
819:
820: