DBA Data[Home] [Help]

APPS.CSF_DC_QUERIES_PKG dependencies on DUAL

Line 34: from dual;

30:
31: if p_query_id is null then
32: select csf_dc_queries_s.nextval
33: into p_query_id
34: from dual;
35: end if;
36:
37: if p_created_by is null then
38: p_created_by := fnd_global.user_id;