DBA Data[Home] [Help]

APPS.CLN_PO_CHG_ORDER_STATUS dependencies on PO_CHG_REQUEST_GRP

Line 154: PO_CHG_REQUEST_GRP.initialize_chn_ack_inbound (

150: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
151: END IF;
152: -- New PO API for Change Management
153: GET_TRADING_PARTNER_DETAILS(l_tp_id, l_tp_site_id, p_tp_id);
154: PO_CHG_REQUEST_GRP.initialize_chn_ack_inbound (
155: p_requestor => fnd_global.user_name,
156: p_int_cont_num => p_int_ctl_num,
157: p_request_origin => '9iAS',
158: p_tp_id => l_tp_id,

Line 177: PO_CHG_REQUEST_GRP.validate_header (

173: END IF;
174: IF (l_Debug_Level <= 1) THEN
175: cln_debug_pub.Add('l_po_type:' || l_po_type,1);
176: END IF;
177: PO_CHG_REQUEST_GRP.validate_header (
178: p_requestor => fnd_global.user_name,
179: p_int_cont_num => p_int_ctl_num,
180: p_request_origin => '9iAS',
181: p_request_type => 'CHANGE',

Line 428: PO_CHG_REQUEST_GRP.store_supplier_request (

424: l_ack_type := 'CANCELLATION';
425: ELSE
426: l_ack_type := 'MODIFICATION';
427: END IF;
428: PO_CHG_REQUEST_GRP.store_supplier_request (
429: p_requestor => fnd_global.user_name,
430: p_int_cont_num => p_int_ctl_num,
431: p_request_type => 'CHANGE',
432: p_tp_id => l_tp_id,

Line 486: -- PO_CHG_REQUEST_GRP.store_supplier_request call failed

482: END IF;
483: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
484: END IF;
485: END IF;
486: -- PO_CHG_REQUEST_GRP.store_supplier_request call failed
487: IF l_error_id IS NOT NULL AND l_error_id <> 0 THEN
488: IF (l_Debug_Level <= 1) THEN
489: cln_debug_pub.Add('PO API call failed',1);
490: END IF;

Line 713: PO_CHG_REQUEST_GRP.store_supplier_request (

709: l_ack_type := 'MODIFICATION';
710: END IF;
711: IF l_po_type = 'RELEASE' THEN
712: -- Price also gets updated
713: PO_CHG_REQUEST_GRP.store_supplier_request (
714: p_requestor => fnd_global.user_name,
715: p_int_cont_num => p_int_ctl_num,
716: -- Always change irrespective of, if at all there is any change
717: p_request_type => 'CHANGE',

Line 756: PO_CHG_REQUEST_GRP.store_supplier_request (

752: cln_debug_pub.Add('l_error_status:' || l_error_status,1);
753: END IF;
754: ELSE
755: IF G_PO_LINE_NUMBER <> p_po_line_num THEN
756: PO_CHG_REQUEST_GRP.store_supplier_request (
757: p_requestor => fnd_global.user_name,
758: p_int_cont_num => p_int_ctl_num,
759: p_request_type => 'CHANGE',
760: p_tp_id => l_tp_id,

Line 798: PO_CHG_REQUEST_GRP.store_supplier_request (

794: END IF;
795: G_PO_LINE_NUMBER := p_po_line_num;
796: END IF;
797: IF l_error_id IS NULL OR l_error_id = 0 THEN
798: PO_CHG_REQUEST_GRP.store_supplier_request (
799: p_requestor => fnd_global.user_name,
800: p_int_cont_num => p_int_ctl_num,
801: -- Always change irrespective of, if at all there is any change
802: p_request_type => 'CHANGE',

Line 859: -- PO_CHG_REQUEST_GRP.store_supplier_request call failed

855: END IF;
856: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
857: END IF;
858: END IF;
859: -- PO_CHG_REQUEST_GRP.store_supplier_request call failed
860: IF l_error_id IS NOT NULL AND l_error_id <> 0 THEN
861: cln_debug_pub.Add('PO API call failed',1);
862: ROLLBACK TO PO_UPDATE_TXN;
863: IF (l_Debug_Level <= 1) THEN

Line 1023: PO_CHG_REQUEST_GRP.process_supplier_request (

1019: cln_debug_pub.Add('p_so_num:' || p_so_num, 1);
1020: cln_debug_pub.Add('p_int_ctl_num:' || p_int_ctl_num, 1);
1021: END IF;
1022: -- If and only if none has failed until now
1023: PO_CHG_REQUEST_GRP.process_supplier_request (
1024: p_int_cont_num => p_int_ctl_num,
1025: x_error_id_in => l_error_id,
1026: x_error_status_in => l_error_status,
1027: x_error_id_out => l_error_id,

Line 1034: -- PO_CHG_REQUEST_GRP.process_supplier_request call failed

1030: cln_debug_pub.Add('process_supplier_request', 1);
1031: cln_debug_pub.Add('l_error_id:' || l_error_id,1);
1032: cln_debug_pub.Add('l_error_status:' || l_error_status,1);
1033: END IF;
1034: -- PO_CHG_REQUEST_GRP.process_supplier_request call failed
1035: IF l_error_id IS NOT NULL AND l_error_id <> 0 THEN
1036: IF (l_Debug_Level <= 1) THEN
1037: cln_debug_pub.Add('PO API call failed',1);
1038: END IF;