DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on ZX_TRANSACTION_LINES_S

Line 403: SELECT zx_transaction_lines_s.nextval

399: -- This value has been harcoded to test with Nilesh data
400: --------------------------------------------------------
401: ELSIF p_type = 'LINE' THEN
402: --SELECT zx_trx_line_id_s.nextval
403: SELECT zx_transaction_lines_s.nextval
404: INTO x_real_value
405: FROM DUAL;
406: --------------------------------------------------------
407: -- This value has been harcoded to test with Nilesh data