DBA Data[Home] [Help]

APPS.PA_CI_IMPACT_TYPE_USAGE_PUB dependencies on PA_DEBUG

Line 29: pa_debug.set_err_stack ('PA_CI_IMPACT_TYPE_USAGE_PUB.CREATE_CI_IMPACT_TYPE_USAGE');

25:
26: l_msg_index_out NUMBER;
27:
28: BEGIN
29: pa_debug.set_err_stack ('PA_CI_IMPACT_TYPE_USAGE_PUB.CREATE_CI_IMPACT_TYPE_USAGE');
30:
31: IF p_commit = 'T' THEN
32: SAVEPOINT create_ci_impact_type_usage;
33: END IF;

Line 72: PA_DEBUG.Reset_Err_Stack;

68: );
69: END IF;
70:
71: -- Reset the error stack when returning to the calling program
72: PA_DEBUG.Reset_Err_Stack;
73:
74:
75:
76: EXCEPTION

Line 110: pa_debug.set_err_stack ('PA_CI_IMPACT_TYPE_USAGE_PUB.DELETE_CI_IMPACT_TYPE_USAGE');

106: IS
107: l_msg_index_out NUMBER;
108: l_temp VARCHAR2(1);
109: BEGIN
110: pa_debug.set_err_stack ('PA_CI_IMPACT_TYPE_USAGE_PUB.DELETE_CI_IMPACT_TYPE_USAGE');
111:
112: IF p_commit = 'T' THEN
113: SAVEPOINT delete_ci_impact_type_usage;
114: END IF;

Line 152: PA_DEBUG.Reset_Err_Stack;

148: END IF;
149:
150:
151: -- Reset the error stack when returning to the calling program
152: PA_DEBUG.Reset_Err_Stack;
153:
154:
155: EXCEPTION
156: WHEN OTHERS THEN