DBA Data[Home] [Help]

APPS.PO_ACKNOWLEDGE_PO_GRP dependencies on PO_ACKNOWLEDGE_PO_PVT

Line 63: l_status_code := PO_ACKNOWLEDGE_PO_PVT.Get_Po_Status_Code (

59: NVL(TO_CHAR(p_po_release_id), ' ') );
60: END IF;
61: END IF;
62:
63: l_status_code := PO_ACKNOWLEDGE_PO_PVT.Get_Po_Status_Code (
64: p_api_version => 1.0,
65: p_init_msg_list => FND_API.G_FALSE,
66: p_po_header_id => p_po_header_id,
67: p_po_release_id => p_po_release_id );

Line 143: l_shipment_status := PO_ACKNOWLEDGE_PO_PVT.Get_Shipment_Ack_Change_Status(

139: NVL(TO_CHAR(P_line_location_id), ''));
140: END IF;
141: END IF;
142:
143: l_shipment_status := PO_ACKNOWLEDGE_PO_PVT.Get_Shipment_Ack_Change_Status(
144: p_api_version => 1.0,
145: p_init_msg_list => FND_API.G_FALSE,
146: P_line_location_id => P_line_location_id,
147: p_po_header_id => P_po_header_id,

Line 235: PO_ACKNOWLEDGE_PO_PVT.Acknowledge_shipment(

231: NVL(TO_CHAR(p_line_location_id),'null'));
232: END IF;
233: END IF;
234:
235: PO_ACKNOWLEDGE_PO_PVT.Acknowledge_shipment(
236: p_api_version => 1.0,
237: p_Init_Msg_List => FND_API.G_FALSE,
238: x_return_status => x_return_status,
239: p_line_location_id => p_line_location_id,

Line 319: PO_ACKNOWLEDGE_PO_PVT.Carry_Over_Acknowledgement(

315: NVL(TO_CHAR(p_po_release_id),'null'));
316: END IF;
317: END IF;
318:
319: PO_ACKNOWLEDGE_PO_PVT.Carry_Over_Acknowledgement(
320: p_api_version => 1.0,
321: p_Init_Msg_List => FND_API.G_FALSE,
322: x_return_status => x_return_status,
323: p_po_header_id => p_po_header_id,

Line 392: l_result := PO_ACKNOWLEDGE_PO_PVT.All_Shipments_Responded (

388: NVL(TO_CHAR(p_revision_num), ' '));
389: END IF;
390: END IF;
391:
392: l_result := PO_ACKNOWLEDGE_PO_PVT.All_Shipments_Responded (
393: p_api_version => 1.0,
394: p_Init_Msg_List => FND_API.G_FALSE,
395: p_po_header_id => p_po_header_id,
396: p_po_release_id => p_po_release_id,

Line 475: PO_ACKNOWLEDGE_PO_PVT.Set_Header_Acknowledgement (

471: NVL(TO_CHAR(p_po_release_id),'null'));
472: END IF;
473: END IF;
474:
475: PO_ACKNOWLEDGE_PO_PVT.Set_Header_Acknowledgement (
476: p_api_version => 1.0,
477: p_Init_Msg_List => FND_API.G_FALSE,
478: x_return_status => x_return_status,
479: p_po_header_id => p_po_header_id,