DBA Data[Home] [Help]

APPS.CLN_PO_CHANGE_ORDER dependencies on STANDARD

Line 174: l_po_type := 'STANDARD';

170: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
171: END IF;
172:
173: -- Identify PO Type based on release number
174: l_po_type := 'STANDARD';
175: IF (p_release_number IS NOT NULL AND p_release_number > 0) THEN
176: l_po_type := 'RELEASE';
177: END IF;
178: IF (l_Debug_Level <= 1) THEN

Line 391: l_po_type := 'STANDARD';

387: l_error_status VARCHAR2(1000);
388: l_ack_type VARCHAR2(50);
389: BEGIN
390:
391: l_po_type := 'STANDARD';
392: IF (p_po_rel_num IS NOT NULL AND p_po_rel_num > 0) THEN
393: l_po_type := 'RELEASE';
394: END IF;
395:

Line 471: p_po_type => 'STANDARD',

467: p_tp_site_id => p_tp_site_id,
468: p_level => 'LINE',
469: p_po_number => p_po_id,
470: p_release_number => p_po_rel_num,
471: p_po_type => 'STANDARD',
472: p_revision_num => NULL,
473: p_line_num => p_po_line_num,
474: p_reason => p_reason,
475: p_shipment_num => NULL,

Line 502: END IF; -- if itz a standard po

498: cln_debug_pub.Add('l_error_id:' || l_error_id);
499: cln_debug_pub.Add('l_error_status:' || l_error_status);
500: END IF;
501:
502: END IF; -- if itz a standard po
503:
504:
505: IF l_error_id IS NULL OR l_error_id = 0 THEN
506: RAISE_ADD_MESSAGE(

Line 757: l_po_type := 'STANDARD';

753: cln_debug_pub.Add('p_parent_shipment_number:' || p_parent_shipment_number, 1);
754: END IF;
755:
756:
757: l_po_type := 'STANDARD';
758: IF (p_po_rel_num IS NOT NULL AND p_po_rel_num > 0) THEN
759: l_po_type := 'RELEASE';
760: END IF;
761:

Line 832: p_po_type => 'STANDARD',

828: p_tp_site_id => p_tp_site_id,
829: p_level => 'SHIPMENT',
830: p_po_number => p_po_id,
831: p_release_number => p_po_rel_num,
832: p_po_type => 'STANDARD',
833: p_revision_num => NULL,
834: p_line_num => p_po_line_num,
835: p_reason => p_reason,
836: p_shipment_num => p_po_ship_num,

Line 863: END IF; -- if itz a standard po

859: cln_debug_pub.Add('l_error_id:' || l_error_id);
860: cln_debug_pub.Add('l_error_status:' || l_error_status);
861: END IF;
862:
863: END IF; -- if itz a standard po
864:
865:
866: IF l_error_id IS NULL OR l_error_id = 0 THEN
867: RAISE_ADD_MESSAGE(