DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on WSH_PO_INTEGRATION_GRP

Line 1237: p_in_rec wsh_po_integration_grp.validatesf_in_rec_type;

1233: PROCEDURE validate_ship_from_loc_info(
1234: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type
1235: ) IS
1236: x_dummy NUMBER;
1237: p_in_rec wsh_po_integration_grp.validatesf_in_rec_type;
1238: x_out_rec wsh_po_integration_grp.validatesf_out_rec_type;
1239: x_return_status VARCHAR2(3);
1240: x_msg_count NUMBER;
1241: x_msg_data VARCHAR2(2000);

Line 1238: x_out_rec wsh_po_integration_grp.validatesf_out_rec_type;

1234: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type
1235: ) IS
1236: x_dummy NUMBER;
1237: p_in_rec wsh_po_integration_grp.validatesf_in_rec_type;
1238: x_out_rec wsh_po_integration_grp.validatesf_out_rec_type;
1239: x_return_status VARCHAR2(3);
1240: x_msg_count NUMBER;
1241: x_msg_data VARCHAR2(2000);
1242: l_shipping_control VARCHAR2(30); --Bug 5263268

Line 1298: wsh_po_integration_grp.validateasnreceiptshipfrom(1.0,

1294: open get_lines;
1295: fetch get_lines bulk collect into p_in_rec.po_line_id_tbl,p_in_rec.po_shipment_line_id_tbl;
1296: close get_lines;
1297:
1298: wsh_po_integration_grp.validateasnreceiptshipfrom(1.0,
1299: fnd_api.g_false,
1300: p_in_rec,
1301: fnd_api.g_false,
1302: x_return_status,