DBA Data[Home] [Help]

APPS.POS_ASN_CREATE_PVT dependencies on PO_TBL_VARCHAR2000

Line 728: p_c_attributes_tbl in PO_TBL_VARCHAR2000,

724: p_line_loc_id in number,
725: p_validation_mode in number,
726:
727: p_lot_attribute_category in varchar2 ,
728: p_c_attributes_tbl in PO_TBL_VARCHAR2000,
729: p_n_attributes_tbl in PO_TBL_NUMBER,
730: p_d_attributes_tbl in PO_TBL_DATE,
731: p_grade_code in varchar2,
732: p_origination_date in date,

Line 1504: x_out_invalid_tbl OUT NOCOPY po_tbl_varchar2000) IS

1500: x_return_status OUT NOCOPY VARCHAR2,
1501: p_ship_from_locationId IN NUMBER,
1502: p_po_line_id_tbl IN po_tbl_number,
1503: p_po_line_loc_id_tbl IN po_tbl_number,
1504: x_out_invalid_tbl OUT NOCOPY po_tbl_varchar2000) IS
1505:
1506:
1507: l_msg_count NUMBER;
1508: l_msg_data VARCHAR2(2000);

Line 1544: x_out_invalid_tbl := po_tbl_varchar2000();

1540: x_out_rec => l_wsh_out_rec ,
1541: x_msg_count => l_msg_count,
1542: x_msg_data => l_msg_data );
1543:
1544: x_out_invalid_tbl := po_tbl_varchar2000();
1545: -- Construct the error message table as out parameter.
1546: IF (NOT l_wsh_out_rec.is_valid) THEN
1547:
1548: -- If error message count is 1, l_msg_data contains the error message.