DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on WSH_PO_INTEGRATION_GRP

Line 1180: p_in_rec wsh_po_integration_grp.validatesf_in_rec_type;

1176: PROCEDURE validate_ship_from_loc_info(
1177: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type
1178: ) IS
1179: x_dummy NUMBER;
1180: p_in_rec wsh_po_integration_grp.validatesf_in_rec_type;
1181: x_out_rec wsh_po_integration_grp.validatesf_out_rec_type;
1182: x_return_status VARCHAR2(3);
1183: x_msg_count NUMBER;
1184: x_msg_data VARCHAR2(2000);

Line 1181: x_out_rec wsh_po_integration_grp.validatesf_out_rec_type;

1177: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type
1178: ) IS
1179: x_dummy NUMBER;
1180: p_in_rec wsh_po_integration_grp.validatesf_in_rec_type;
1181: x_out_rec wsh_po_integration_grp.validatesf_out_rec_type;
1182: x_return_status VARCHAR2(3);
1183: x_msg_count NUMBER;
1184: x_msg_data VARCHAR2(2000);
1185: l_shipping_control VARCHAR2(30); --Bug 5263268

Line 1237: wsh_po_integration_grp.validateasnreceiptshipfrom(1.0,

1233: open get_lines;
1234: fetch get_lines bulk collect into p_in_rec.po_line_id_tbl,p_in_rec.po_shipment_line_id_tbl;
1235: close get_lines;
1236:
1237: wsh_po_integration_grp.validateasnreceiptshipfrom(1.0,
1238: fnd_api.g_false,
1239: p_in_rec,
1240: fnd_api.g_false,
1241: x_return_status,