DBA Data[Home] [Help]

APPS.EAM_PROCESS_FAILURE_ENTRY_PVT dependencies on FND_MESSAGE

Line 635: FND_MESSAGE.SET_NAME ('EAM', l_reason_failed);

631: );
632: /* dbms_output.put_line('After Validate_failure_entry_record'); */
633: IF (NOT l_return_status) THEN
634: /* dbms_output.put_line('failure_entry_record is not valid'); */
635: FND_MESSAGE.SET_NAME ('EAM', l_reason_failed);
636: IF ( l_token_name is not null AND l_token_value IS NOT NULL )
637: THEN
638: fnd_message.set_token
639: ( token => l_token_name

Line 638: fnd_message.set_token

634: /* dbms_output.put_line('failure_entry_record is not valid'); */
635: FND_MESSAGE.SET_NAME ('EAM', l_reason_failed);
636: IF ( l_token_name is not null AND l_token_value IS NOT NULL )
637: THEN
638: fnd_message.set_token
639: ( token => l_token_name
640: , value => l_token_value
641: );
642: END IF;

Line 652: FND_MESSAGE.SET_NAME ('EAM', 'EAM_FA_INVALID_TXN_TYPE');

648: /* dbms_output.put_line('After Validate_failure_entry_record1'); */
649: --Please Enter a Valid Transaction typ:
650: --1: Failure Information Entry
651: --2: Failure Information Update
652: FND_MESSAGE.SET_NAME ('EAM', 'EAM_FA_INVALID_TXN_TYPE');
653: FND_MSG_PUB.Add;
654: RAISE FND_API.G_EXC_ERROR;
655: /* dbms_output.put_line('After Validate_failure_entry_record2'); */
656:

Line 747: FND_MESSAGE.SET_NAME ('EAM', l_reason_failed);

743: , x_return_status => l_return_status
744: );
745: /* dbms_output.put_line('Just After Validating the data into eam_asset_failures_codes'); */
746: IF (NOT l_return_status ) THEN
747: FND_MESSAGE.SET_NAME ('EAM', l_reason_failed);
748: IF ( l_token_name is not null AND l_token_value IS NOT NULL )
749: THEN
750: fnd_message.set_token
751: ( token => l_token_name

Line 750: fnd_message.set_token

746: IF (NOT l_return_status ) THEN
747: FND_MESSAGE.SET_NAME ('EAM', l_reason_failed);
748: IF ( l_token_name is not null AND l_token_value IS NOT NULL )
749: THEN
750: fnd_message.set_token
751: ( token => l_token_name
752: , value => l_token_value
753: );
754: END IF;