DBA Data[Home] [Help]

APPS.PSP_MATRIX_DRIVER_PKG dependencies on PSP_LS_RUNID_S

Line 27: select psp_ls_runid_s.nextval into global_run_id

23: /* The following procedure initializes the global variable run_id which distinguishes records inserted into the temporary table by each session*/
24:
25: procedure set_runid is
26: BEGIN
27: select psp_ls_runid_s.nextval into global_run_id
28: from dual;
29: END;
30:
31: /* this procedure deletes all the records that have been inserted into the temp table in that session*/