DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_UTILS

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

802: print_msg('adding error msg to stack'||l_error_msg_code);
803: End If;
804:
805: p_REC_RETURN_STATUS(i) := 'E';
806: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'
807: ,p_msg_name =>l_error_msg_code
808: );
809: l_msg_count := l_msg_count +1;
810:

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

1224: IF l_debug_mode = 'Y' THEN
1225: print_msg('adding error msg to stack'||l_error_msg_code);
1226: End If;
1227:
1228: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'
1229: ,p_msg_name =>l_error_msg_code
1230: );
1231: l_msg_count := l_msg_count +1;
1232:

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

1496: If x_return_status <> 'S' then
1497: IF l_debug_mode = 'Y' THEN
1498: print_msg('Adding error msg to stack'||x_msg_data);
1499: End If;
1500: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA'
1501: ,p_msg_name =>x_msg_data
1502: );
1503: End if;
1504: