DBA Data[Home] [Help]

APPS.PA_SYSTEM_NUMBERS_PKG dependencies on PA_DEBUG

Line 48: pa_debug.init_err_stack('PA_SYSTEM_NUMBERS_PKG:GET_NEXT_NUMBER');

44: cp_next_obj_num c_next_obj_num%ROWTYPE;
45:
46: BEGIN
47:
48: pa_debug.init_err_stack('PA_SYSTEM_NUMBERS_PKG:GET_NEXT_NUMBER');
49:
50: x_return_status := FND_API.G_RET_STS_SUCCESS;
51:
52: if p_system_number_id is null then

Line 57: PA_DEBUG.RESET_ERR_STACK;

53: if p_object1_pk1_value is null OR p_object1_type is null then
54: PA_UTILS.Add_Message( p_app_short_name => 'PA'
55: ,p_msg_name => 'PA_CI_SYS_NUM_NULL_VALUES');
56: x_return_status := FND_API.G_RET_STS_ERROR;
57: PA_DEBUG.RESET_ERR_STACK;
58: return;
59: end if;
60: end if;
61: