DBA Data[Home] [Help]

APPS.PA_PROJ_STAT_ACTSET dependencies on PA_UTILS

Line 32: --PA_UTILS.Add_Message (p_app_short_name => 'PA'

28: x_return_status := l_return_status;
29: --per Xiaoyuan: always return S because errors are ignored and action set
30: --is added - even without lines Aug 21,2002, bug 2521929
31: IF p_action_set_id is NULL THEN
32: --PA_UTILS.Add_Message (p_app_short_name => 'PA'
33: -- ,p_msg_name => 'PA_NULL_ACTION_SET_ID');
34: --x_return_status := 'E';
35: --dbms_output.put_line('IN pa_proj_stat_actset.process_action_set, p_action_set_id is NULL');
36: return;

Line 143: PA_UTILS.Add_Message ( p_app_short_name => 'PA'

139: x_action_line_result_code := pa_action_set_utils.G_NOT_PERFORMED ;
140: g_action_line_audit_tbl.DELETE;
141:
142: if validate_action_type_code(p_action_set_type_code) = FALSE then
143: PA_UTILS.Add_Message ( p_app_short_name => 'PA'
144: ,p_token1 => p_action_set_type_code
145: ,p_msg_name => 'PA_INVALID_ACTION_TYPE');
146: PA_DEBUG.RESET_ERR_STACK;
147: return;