DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on WSH_INTEGRATION

Line 1189: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;

1185: X_oe_line_tbl OE_ORDER_IMPORT_INTEROP_PUB.LineId_Tbl_Type;
1186: X_oe_return VARCHAR2(30);
1187: X_oe_line_ctr NUMBER := 0;
1188:
1189: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;
1190: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;
1191: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;
1192: X_wsh_return VARCHAR2(200);
1193: X_msg_count NUMBER;

Line 1190: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;

1186: X_oe_return VARCHAR2(30);
1187: X_oe_line_ctr NUMBER := 0;
1188:
1189: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;
1190: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;
1191: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;
1192: X_wsh_return VARCHAR2(200);
1193: X_msg_count NUMBER;
1194: X_msg_data VARCHAR2(200);

Line 1191: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;

1187: X_oe_line_ctr NUMBER := 0;
1188:
1189: X_in_rec_type WSH_INTEGRATION.LineIntfInRecType;
1190: X_out_rec_type WSH_INTEGRATION.LineIntfOutRecType;
1191: X_io_rec_type WSH_INTEGRATION.LineIntfInOutRecType;
1192: X_wsh_return VARCHAR2(200);
1193: X_msg_count NUMBER;
1194: X_msg_data VARCHAR2(200);
1195:

Line 1240: WSH_INTEGRATION.Get_Nonintf_Shpg_line_qty

1236: X_in_rec_type.api_version_number := 1.0;
1237: X_in_rec_type.source_code := 'PO';
1238: X_in_rec_type.line_id := X_oe_line_tbl(X_oe_line_ctr).line_id;
1239:
1240: WSH_INTEGRATION.Get_Nonintf_Shpg_line_qty
1241: ( p_in_attributes => X_in_rec_type,
1242: p_out_attributes => X_out_rec_type,
1243: p_inout_attributes => X_io_rec_type,
1244: x_return_status => X_wsh_return,