APPS.CSP_TRANSACTIONS_PUB dependencies on CSP_MOVEORDER_LINES
Line 1645: select distinct header_id from csp_moveorder_lines
1641: SELECT mtl_material_transactions_s.nextval
1642: FROM dual;
1643:
1644: Cursor l_Get_Mo_Header_id_csr(l_line_id NUMBER) IS 1645: select distinct header_id from csp_moveorder_lines 1646: where line_id = l_line_id;
1647:
1648: Type l_lot_temp_type IS Record (
1649: transaction_temp_id NUMBER,