DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on PA_INTERFACE_ID_S

Line 9548: Select pa_interface_id_s.nextval

9544: pa_debug.write_file('Release_alloc_txns: ' || 'LOG', to_char(SQL%ROWCOUNT)||' Records inserted');
9545: END IF;
9546: Commit ;
9547: --- Call import procedure to import the records ------
9548: Select pa_interface_id_s.nextval
9549: into v_interface_id
9550: from dual ;
9551: IF P_DEBUG_MODE = 'Y' THEN
9552: pa_debug.write_file('Release_alloc_txns: ' || 'LOG', 'Calling Transaction Import ..' );