DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES_LB dependencies on DUAL

Line 30: from sys.dual ;

26:
27:
28: if x_level_pk is null then
29: select msd_level_values_s.nextval into x_level_pk
30: from sys.dual ;
31: end if ;
32:
33: return x_level_pk;
34:

Line 272: select sysdate into x_cp_liab_end_date from dual ;

268: x_collab_liab VARCHAR2(200) ;
269:
270:
271: BEGIN
272: select sysdate into x_cp_liab_end_date from dual ;
273:
274: for x_input_param_rec in c_input_params
275:
276: loop

Line 608: from dual ;

604: '/RID=' || fnd_global.resp_id ||
605:
606: '/RAID=' || fnd_global.resp_appl_id
607:
608: from dual ;
609:
610:
611:
612: x_demand_plan_id NUMBER ;