DBA Data[Home] [Help]

APPS.PQP_RATES_HISTORY_CALC dependencies on PQP_UTILITIES

Line 148: pqp_utilities.debug(p_trace_message, p_trace_location);

144: ,p_trace_location IN NUMBER DEFAULT NULL
145: )
146: IS
147: BEGIN
148: pqp_utilities.debug(p_trace_message, p_trace_location);
149: END debug;
150: --
151: --
152: --

Line 156: pqp_utilities.debug(p_trace_number);

152: --
153: PROCEDURE debug(p_trace_number IN NUMBER)
154: IS
155: BEGIN
156: pqp_utilities.debug(p_trace_number);
157: END debug;
158: --
159: --
160: --

Line 164: pqp_utilities.debug(p_trace_date);

160: --
161: PROCEDURE debug(p_trace_date IN DATE)
162: IS
163: BEGIN
164: pqp_utilities.debug(p_trace_date);
165: END debug;
166: --
167: --
168: --

Line 175: pqp_utilities.debug_enter(p_proc_name, p_trace_on);

171: ,p_trace_on IN VARCHAR2 DEFAULT NULL
172: )
173: IS
174: BEGIN
175: pqp_utilities.debug_enter(p_proc_name, p_trace_on);
176: END debug_enter;
177: --
178: --
179: --

Line 186: pqp_utilities.debug_exit(p_proc_name, p_trace_off);

182: ,p_trace_off IN VARCHAR2 DEFAULT NULL
183: )
184: IS
185: BEGIN
186: pqp_utilities.debug_exit(p_proc_name, p_trace_off);
187: END debug_exit;
188: --
189: --
190: --

Line 197: pqp_utilities.debug_others(p_proc_name, p_proc_step);

193: ,p_proc_step IN NUMBER DEFAULT NULL
194: )
195: IS
196: BEGIN
197: pqp_utilities.debug_others(p_proc_name, p_proc_step);
198: END debug_others;
199: --
200: --
201: --

Line 208: pqp_utilities.check_error_code(p_error_code, p_error_message);

204: ,p_error_message IN VARCHAR2
205: )
206: IS
207: BEGIN
208: pqp_utilities.check_error_code(p_error_code, p_error_message);
209: END;
210: --
211: --
212: --

Line 2376: g_legislation_code := pqp_utilities.pqp_get_legislation_code(l_business_group_id);

2372: IF g_debug THEN
2373: debug(l_proc_name,l_proc_step);
2374: END IF;
2375: g_business_group_id := l_business_group_id;
2376: g_legislation_code := pqp_utilities.pqp_get_legislation_code(l_business_group_id);
2377: END IF;
2378:
2379: l_legislation_code := g_legislation_code;
2380: