DBA Data[Home] [Help]

APPS.CLN_PO_CHANGE_ORDER dependencies on PO_CHG_REQUEST_GRP

Line 183: PO_CHG_REQUEST_GRP.validate_header (

179: cln_debug_pub.Add('l_po_type:' || l_po_type,1);
180: END IF;
181:
182:
183: PO_CHG_REQUEST_GRP.validate_header (
184: p_requestor => p_requestor,
185: p_int_cont_num => p_int_cont_num,
186: p_request_origin => p_request_origin,
187: p_request_type => 'CHANGE',

Line 461: PO_CHG_REQUEST_GRP.store_supplier_request (

457: ELSE
458: l_ack_type := 'MODIFICATION';
459: END IF;
460:
461: PO_CHG_REQUEST_GRP.store_supplier_request (
462: p_requestor => p_requstor,
463: p_int_cont_num => p_int_ctl_num,
464: -- Always change irrespective of, if at all there is any change
465: p_request_type => 'CHANGE',

Line 779: PO_CHG_REQUEST_GRP.store_supplier_request (

775: -- If and only if none has failed until now
776: IF G_ERROR_ID IS NULL OR G_ERROR_ID = 0 THEN
777: IF l_po_type = 'RELEASE' THEN
778: -- Price also gets updated
779: PO_CHG_REQUEST_GRP.store_supplier_request (
780: p_requestor => p_requstor,
781: p_int_cont_num => p_int_ctl_num,
782: -- Always change irrespective of, if at all there is any change
783: p_request_type => 'CHANGE',

Line 822: PO_CHG_REQUEST_GRP.store_supplier_request (

818: cln_debug_pub.Add('l_error_status:' || l_error_status);
819: END IF;
820:
821: ELSE
822: PO_CHG_REQUEST_GRP.store_supplier_request (
823: p_requestor => p_requstor,
824: p_int_cont_num => p_int_ctl_num,
825: -- Always change irrespective of, if at all there is any change
826: p_request_type => 'CHANGE',

Line 1079: PO_CHG_REQUEST_GRP.process_supplier_request (

1075:
1076:
1077: -- If and only if none has failed until now
1078: IF G_ERROR_ID IS NULL OR G_ERROR_ID = 0 THEN
1079: PO_CHG_REQUEST_GRP.process_supplier_request (
1080: p_int_cont_num => p_int_ctl_num,
1081: x_error_id_in => l_error_id,
1082: x_error_status_in => l_error_status,
1083: x_error_id_out => l_error_id,