DBA Data[Home] [Help]

APPS.FND_MSG_PUB dependencies on FND_API

Line 412: IF FND_API.To_Boolean( p_encoded ) THEN

408: G_msg_index := p_msg_index ;
409: END IF;
410:
411:
412: IF FND_API.To_Boolean( p_encoded ) THEN
413:
414: p_data := G_msg_tbl( G_msg_index ).encoded_message;
415:
416: ELSE

Line 500: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

496: p_procedure_name => l_procedure_name ,
497: p_error_text => 'Invalid p_mode: '||p_mode
498: );
499:
500: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
501:
502: END IF;
503:
504: END Reset;

Line 681: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

677: p_procedure_name => l_procedure_name ,
678: p_error_text => 'Invalid p_message_type: '||p_message_type
679: );
680:
681: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
682: end if;
683:
684: -- store the associated column parameters in the global array
685: -- if the previously saved columns are not to be used

Line 1377: IF ( FND_API.To_Boolean( p_encoded ) ) THEN

1373:
1374: FND_MESSAGE.SET_TOKEN ( G_message_type_token_name, G_msg_tbl( G_msg_index ).message_type );
1375:
1376:
1377: IF ( FND_API.To_Boolean( p_encoded ) ) THEN
1378:
1379: return FND_MESSAGE.GET_ENCODED;
1380:
1381: ELSE