DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PSP_ST_RUN_ID_S

Line 308: SELECT psp_st_run_id_s.nextval

304:
305: BEGIN
306: -- Replaced the following lines of code for bug fix 1769610 and included new set of codes
307:
308: SELECT psp_st_run_id_s.nextval
309: INTO g_run_id
310: FROM DUAL;
311:
312: