DBA Data[Home] [Help]

APPS.PQP_GB_ABSENCE_PLAN_PROCESS dependencies on PQP_UTILITIES

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

22: ,p_trace_location IN NUMBER DEFAULT NULL
23: )
24: IS
25: BEGIN
26: pqp_utilities.debug(p_trace_message, p_trace_location);
27: END debug;
28:
29: --
30: --

Line 35: pqp_utilities.debug(fnd_number.number_to_canonical(p_trace_number));

31: --
32: PROCEDURE debug(p_trace_number IN NUMBER)
33: IS
34: BEGIN
35: pqp_utilities.debug(fnd_number.number_to_canonical(p_trace_number));
36: END debug;
37:
38: --
39: --

Line 44: pqp_utilities.debug(fnd_date.date_to_canonical(p_trace_date));

40: --
41: PROCEDURE debug(p_trace_date IN DATE)
42: IS
43: BEGIN
44: pqp_utilities.debug(fnd_date.date_to_canonical(p_trace_date));
45: END debug;
46:
47: --
48: --

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

53: )
54: IS
55: -- l_trace_options VARCHAR2(200);
56: BEGIN
57: pqp_utilities.debug_enter(p_proc_name, p_trace_on);
58: END debug_enter;
59:
60: --
61: --

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

65: ,p_trace_off IN VARCHAR2 DEFAULT NULL
66: )
67: IS
68: BEGIN
69: pqp_utilities.debug_exit(p_proc_name, p_trace_off);
70: END debug_exit;
71:
72: --
73: --

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

77: ,p_proc_step IN NUMBER DEFAULT NULL
78: )
79: IS
80: BEGIN
81: pqp_utilities.debug_others(p_proc_name, p_proc_step);
82: END debug_others;
83:
84: --
85: --