DBA Data[Home] [Help]

APPS.CTO_WIP_WORKFLOW_API_PK dependencies on CTO_UTILITY_PK

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

302: from oe_order_lines_all
303: where line_id = order_line_id;
304:
305: --bugfix 1799874 start
306: l_source_document_type_id := CTO_UTILITY_PK.get_source_document_id ( pLineId => order_line_id );
307: --bugfix 1799874 end
308:
309: if(((upper(v_item_type_code) = 'STANDARD') OR (upper(v_item_type_code) = 'OPTION'))
310: and v_ato_line_id = order_line_id ) -- fix for bug# 1874380

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

590: from oe_order_lines_all
591: where line_id = order_line_id;
592:
593: --bugfix 1799874 start
594: l_source_document_type_id := CTO_UTILITY_PK.get_source_document_id ( pLineId => order_line_id );
595: --bugfix 1799874 end
596:
597: if (((upper(v_item_type_code) = 'STANDARD') OR (upper(v_item_type_code) = 'OPTION'))
598: and v_ato_line_id = order_line_id ) -- fix for bug#1874380