DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on PA_INTERFACE_ID_S

Line 9653: Select pa_interface_id_s.nextval

9649: pa_debug.write_file('Release_alloc_txns: ' || 'LOG', to_char(SQL%ROWCOUNT)||' Records inserted');
9650: END IF;
9651: Commit ;
9652: --- Call import procedure to import the records ------
9653: Select pa_interface_id_s.nextval
9654: into v_interface_id
9655: from dual ;
9656: IF P_DEBUG_MODE = 'Y' THEN
9657: pa_debug.write_file('Release_alloc_txns: ' || 'LOG', 'Calling Transaction Import ..' );