DBA Data[Home] [Help]

APPS.IBY_VALIDATIONSETS_PUB dependencies on FND_NEW_MESSAGES

Line 3935: p_msg_name IN fnd_new_messages.message_name%TYPE,

3931: |
3932: *---------------------------------------------------------------------*/
3933: PROCEDURE retrieveErrorMSG (
3934: p_object_code IN fnd_lookups.lookup_code%TYPE,
3935: p_msg_name IN fnd_new_messages.message_name%TYPE,
3936: p_message IN OUT NOCOPY fnd_new_messages.message_text%TYPE
3937: ) IS
3938:
3939: l_msg_token fnd_lookups.meaning%TYPE;

Line 3936: p_message IN OUT NOCOPY fnd_new_messages.message_text%TYPE

3932: *---------------------------------------------------------------------*/
3933: PROCEDURE retrieveErrorMSG (
3934: p_object_code IN fnd_lookups.lookup_code%TYPE,
3935: p_msg_name IN fnd_new_messages.message_name%TYPE,
3936: p_message IN OUT NOCOPY fnd_new_messages.message_text%TYPE
3937: ) IS
3938:
3939: l_msg_token fnd_lookups.meaning%TYPE;
3940: