DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_CHG_REQUEST_PVT

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

1272: FROM po_line_locations_all
1273: WHERE line_location_id = p_po_change_table(i).document_line_location_id;
1274:
1275: 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);
1276: p_po_change_table(l_po_tbl_index) := po_chg_request_pvt.create_pos_change_rec(
1277: p_action_type => 'MODIFICATION',
1278: p_initiator => 'REQUESTER',
1279: p_document_type => p_po_change_table(i).document_type,
1280: p_request_level => 'SHIPMENT',

Line 1518: po_chg_request_pvt.validate_change_request(

1514: x_retmsg := 'VC0031';
1515: generate_po_change_table(l_po_change_table, x_retmsg);
1516: x_retmsg := 'VC0031-1';
1517:
1518: po_chg_request_pvt.validate_change_request(
1519: p_api_version => 1.0,
1520: p_init_msg_list => fnd_api.g_false,
1521: x_return_status => l_return_status,
1522: x_msg_data => l_return_msg,

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

2536: END IF;
2537: END IF;
2538:
2539:
2540: po_change_record_tbl(po_index) := po_chg_request_pvt.create_pos_change_rec(
2541: p_action_type => 'MODIFICATION',
2542: p_initiator => 'REQUESTER',
2543: p_document_type => l_po_doc_type,
2544: p_request_level => l_po_request_level,