DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_CHG_REQUEST_PVT

Line 1313: p_po_change_table(l_po_tbl_index) := po_chg_request_pvt.create_pos_change_rec(

1309: FROM po_line_locations_all
1310: WHERE line_location_id = p_po_change_table(i).document_line_location_id;
1311:
1312: p_progress := 'G2-2' || to_char(l_po_change_table_count) ||' '|| to_char(i) ||' '|| to_char(p_po_change_table(i).document_line_location_id);
1313: p_po_change_table(l_po_tbl_index) := po_chg_request_pvt.create_pos_change_rec(
1314: p_action_type => 'MODIFICATION',
1315: p_initiator => 'REQUESTER',
1316: p_document_type => p_po_change_table(i).document_type,
1317: p_request_level => 'SHIPMENT',

Line 1555: po_chg_request_pvt.validate_change_request(

1551: x_retmsg := 'VC0031';
1552: generate_po_change_table(l_po_change_table, x_retmsg);
1553: x_retmsg := 'VC0031-1';
1554:
1555: po_chg_request_pvt.validate_change_request(
1556: p_api_version => 1.0,
1557: p_init_msg_list => fnd_api.g_false,
1558: x_return_status => l_return_status,
1559: x_msg_data => l_return_msg,

Line 2577: po_change_record_tbl(po_index) := po_chg_request_pvt.create_pos_change_rec(

2573: END IF;
2574: END IF;
2575:
2576:
2577: po_change_record_tbl(po_index) := po_chg_request_pvt.create_pos_change_rec(
2578: p_action_type => 'MODIFICATION',
2579: p_initiator => 'REQUESTER',
2580: p_document_type => l_po_doc_type,
2581: p_request_level => l_po_request_level,