DBA Data[Home] [Help]

APPS.CTO_WIP_WORKFLOW_API_PK dependencies on CTO_UTILITY_PK

Line 311: l_source_document_type_id := CTO_UTILITY_PK.get_source_document_id ( pLineId => order_line_id );

307: from oe_order_lines_all
308: where line_id = order_line_id;
309:
310: --bugfix 1799874 start
311: l_source_document_type_id := CTO_UTILITY_PK.get_source_document_id ( pLineId => order_line_id );
312: --bugfix 1799874 end
313:
314: --Adding INCLUDED item type code for SUN ER#9793792
315: --if(((upper(v_item_type_code) = 'STANDARD') OR (upper(v_item_type_code) = 'OPTION'))

Line 609: l_source_document_type_id := CTO_UTILITY_PK.get_source_document_id ( pLineId => order_line_id );

605: from oe_order_lines_all
606: where line_id = order_line_id;
607:
608: --bugfix 1799874 start
609: l_source_document_type_id := CTO_UTILITY_PK.get_source_document_id ( pLineId => order_line_id );
610: --bugfix 1799874 end
611:
612: --Adding INCLUDED item type code for SUN ER#9793792
613: --if (((upper(v_item_type_code) = 'STANDARD') OR (upper(v_item_type_code) = 'OPTION'))