DBA Data[Home] [Help]

APPS.CSR_COSTS_PKG dependencies on DUAL

Line 70: from dual;

66:
67: if p_cost_id is null then
68: select csr_costs_all_b_s1.nextval
69: into p_cost_id
70: from dual;
71: end if;
72:
73: if p_created_by is null then
74: p_created_by := fnd_global.user_id;