DBA Data[Home] [Help]

APPS.POS_ASN_CREATE_PVT dependencies on PO_TBL_VARCHAR2000

Line 729: p_c_attributes_tbl in PO_TBL_VARCHAR2000,

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

Line 1505: x_out_invalid_tbl OUT NOCOPY po_tbl_varchar2000) IS

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

Line 1545: x_out_invalid_tbl := po_tbl_varchar2000();

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