DBA Data[Home] [Help]

APPS.CSR_COSTS_PKG dependencies on CSR_COSTS_ALL_B_S1

Line 68: select csr_costs_all_b_s1.nextval

64:
65: begin
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: