37: p_txn_flow_header_id_tbl IN po_tbl_number,
38: p_accrue_on_receipt_flag_tbl IN po_tbl_varchar1,
39: p_value_basis_tbl IN po_tbl_varchar30,
40: p_purchase_basis_tbl IN po_tbl_varchar30, --bug7644072
41: p_expense_accrual_code IN po_system_parameters.expense_accrual_code%TYPE,
42: p_loc_outsourced_assembly_tbl IN po_tbl_number,
43: x_result_set_id IN OUT NOCOPY NUMBER,
44: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
45: x_result_type OUT NOCOPY VARCHAR2);