DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on CSP_MOVEORDER_LINES

Line 1371: select distinct header_id from csp_moveorder_lines

1367: SELECT mtl_material_transactions_s.nextval
1368: FROM dual;
1369:
1370: Cursor l_Get_Mo_Header_id_csr(l_line_id NUMBER) IS
1371: select distinct header_id from csp_moveorder_lines
1372: where line_id = l_line_id;
1373:
1374: Type l_lot_temp_type IS Record (
1375: transaction_temp_id NUMBER,