DBA Data[Home] [Help]

APPS.PA_ADW_CUSTOM_COLLECT dependencies on PA_DEBUG

Line 24: pa_debug.debug(x_err_stage);

20: x_err_stage := 'Collecting Custom Dimension Tables';
21: x_old_err_stack := x_err_stack;
22: x_err_stack := x_err_stack || '-> get_dimension_tables';
23:
24: pa_debug.debug(x_err_stage);
25:
26:
27: -- Insert procedure calls to collect all custom dimensions
28:

Line 30: pa_debug.debug('Completed ' || x_err_stage);

26:
27: -- Insert procedure calls to collect all custom dimensions
28:
29: x_err_stack := x_old_err_stack;
30: pa_debug.debug('Completed ' || x_err_stage);
31:
32: EXCEPTION
33: WHEN OTHERS THEN
34: x_err_code := SQLCODE;

Line 55: pa_debug.debug(x_err_stage);

51: x_err_stage := 'Collecting Custom Fact Tables';
52: x_old_err_stack := x_err_stack;
53: x_err_stack := x_err_stack || '-> get_fact_tables';
54:
55: pa_debug.debug(x_err_stage);
56:
57: -- Insert procedure calls to collect all custom fact tables
58:
59: x_err_stack := x_old_err_stack;

Line 61: pa_debug.debug('Completed ' || x_err_stage);

57: -- Insert procedure calls to collect all custom fact tables
58:
59: x_err_stack := x_old_err_stack;
60:
61: pa_debug.debug('Completed ' || x_err_stage);
62:
63: EXCEPTION
64: WHEN OTHERS THEN
65: x_err_code := SQLCODE;