DBA Data[Home] [Help]

APPS.PA_COST_BASES_PKG dependencies on DUAL

Line 18: from sys.dual

14: x_return_status := 0;
15:
16: select 1
17: into x_dummy
18: from sys.dual
19: where not exists
20: (select 1
21: from pa_cost_bases c
22: where c.cost_base = x_cost_base

Line 53: from sys.dual

49:
50: begin
51: select 1
52: into x_dummy
53: from sys.dual
54: where not exists
55: (select 1
56: from pa_cost_base_cost_codes cbicc
57: where cbicc.cost_base = x_cost_base);

Line 76: from sys.dual

72:
73: begin
74: select 1
75: into x_dummy
76: from sys.dual
77: where not exists
78: (select 1
79: from pa_cost_base_exp_types p
80: where p.cost_base = x_cost_base);

Line 124: from sys.dual

120:
121: begin
122: select 1
123: into x_dummy
124: from sys.dual
125: where not exists
126: (select 1
127: from pa_cost_base_cost_codes cbicc
128: where cbicc.cost_base = x_cost_base

Line 183: from sys.dual

179:
180: begin
181: select 1
182: into x_dummy
183: from sys.dual
184: where not exists
185: (select 1
186: from pa_cost_base_exp_types p
187: where p.cost_base = x_cost_base