DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on WSH_INTEGRATION

Line 1345: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;

1341: X_oe_line_tbl OE_ORDER_IMPORT_INTEROP_PUB.LineId_Tbl_Type;
1342: X_oe_return VARCHAR2(30);
1343: X_oe_line_ctr NUMBER := 0;
1344:
1345: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;
1346: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;
1347: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;
1348: X_wsh_return VARCHAR2(200);
1349: X_msg_count NUMBER;

Line 1346: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;

1342: X_oe_return VARCHAR2(30);
1343: X_oe_line_ctr NUMBER := 0;
1344:
1345: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;
1346: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;
1347: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;
1348: X_wsh_return VARCHAR2(200);
1349: X_msg_count NUMBER;
1350: X_msg_data VARCHAR2(200);

Line 1347: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;

1343: X_oe_line_ctr NUMBER := 0;
1344:
1345: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;
1346: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;
1347: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;
1348: X_wsh_return VARCHAR2(200);
1349: X_msg_count NUMBER;
1350: X_msg_data VARCHAR2(200);
1351:

Line 1396: WSH_INTEGRATION.Get_Nonintf_Shpg_line_qty

1392: X_in_rec_type.api_version_number := 1.0;
1393: X_in_rec_type.source_code := 'PO';
1394: X_in_rec_type.line_id := X_oe_line_tbl(X_oe_line_ctr).line_id;
1395:
1396: WSH_INTEGRATION.Get_Nonintf_Shpg_line_qty
1397: ( p_in_attributes => X_in_rec_type,
1398: p_out_attributes => X_out_rec_type,
1399: p_inout_attributes => X_io_rec_type,
1400: x_return_status => X_wsh_return,