DBA Data[Home] [Help]

APPS.PAY_BEE_SS dependencies on DUAL

Line 793: select pay_batch_headers_s.nextval into l_batch_id from dual;

789: begin
790:
791: -- -- -- bee_trace('Name is '||p_batch_name);
792:
793: select pay_batch_headers_s.nextval into l_batch_id from dual;
794:
795: select transaction_step_id into l_transaction_step_id
796: from hr_api_transaction_values
797: where name = 'P_BATCH_NAME'