DBA Data[Home] [Help]

APPS.IBY_VALIDATIONSETS_PUB dependencies on FND_NEW_MESSAGES

Line 4012: p_msg_name IN fnd_new_messages.message_name%TYPE,

4008: |
4009: *---------------------------------------------------------------------*/
4010: PROCEDURE retrieveErrorMSG (
4011: p_object_code IN fnd_lookups.lookup_code%TYPE,
4012: p_msg_name IN fnd_new_messages.message_name%TYPE,
4013: p_message IN OUT NOCOPY fnd_new_messages.message_text%TYPE
4014: ) IS
4015:
4016: l_msg_token fnd_lookups.meaning%TYPE;

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

4009: *---------------------------------------------------------------------*/
4010: PROCEDURE retrieveErrorMSG (
4011: p_object_code IN fnd_lookups.lookup_code%TYPE,
4012: p_msg_name IN fnd_new_messages.message_name%TYPE,
4013: p_message IN OUT NOCOPY fnd_new_messages.message_text%TYPE
4014: ) IS
4015:
4016: l_msg_token fnd_lookups.meaning%TYPE;
4017: