DBA Data[Home] [Help]

APPS.CSR_WIN_PROMIS_PKG dependencies on DUAL

Line 124: from dual;

120:
121: if p_win_promis_id is null then
122: select csr_win_promis_all_b_s1.nextval
123: into p_win_promis_id
124: from dual;
125: end if;
126:
127: if p_created_by is null then
128: p_created_by := fnd_global.user_id;