DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PSP_ST_RUN_ID_S

Line 248: SELECT psp_st_run_id_s.nextval

244:
245: BEGIN
246: -- Replaced the following lines of code for bug fix 1769610 and included new set of codes
247:
248: SELECT psp_st_run_id_s.nextval
249: INTO g_run_id
250: FROM DUAL;
251:
252: