DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_UTILS

Line 532: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'

528: print_msg('adding error msg to stack'||l_error_msg_code);
529: End If;
530:
531: p_REC_RETURN_STATUS(i) := 'E';
532: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'
533: ,p_msg_name =>l_error_msg_code
534: );
535: l_msg_count := l_msg_count +1;
536:

Line 833: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'

829: IF l_debug_mode = 'Y' THEN
830: print_msg('adding error msg to stack'||l_error_msg_code);
831: End If;
832:
833: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'
834: ,p_msg_name =>l_error_msg_code
835: );
836: l_msg_count := l_msg_count +1;
837:

Line 1105: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'

1101: If x_return_status <> 'S' then
1102: IF l_debug_mode = 'Y' THEN
1103: print_msg('Adding error msg to stack'||x_msg_data);
1104: End If;
1105: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'
1106: ,p_msg_name =>x_msg_data
1107: );
1108: End if;
1109: