DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on FND_NEW_MESSAGES

Line 187: , p_message_name in FND_NEW_MESSAGES.MESSAGE_NAME%TYPE

183:
184:
185: PROCEDURE add_error_to_table (
186: p_message_table in out nocopy HXC_SELF_SERVICE_TIME_DEPOSIT.MESSAGE_TABLE
187: , p_message_name in FND_NEW_MESSAGES.MESSAGE_NAME%TYPE
188: , p_message_token in VARCHAR2
189: , p_message_level in VARCHAR2
190: , p_message_field in VARCHAR2
191: , p_application_short_name IN VARCHAR2 default 'HXC'

Line 465: -- p_name - the name of the message as defined in FND_NEW_MESSAGES

461: -- To display the message at the Field Level enter either a time building
462: -- block id or time attribute id
463:
464: -- parameters
465: -- p_name - the name of the message as defined in FND_NEW_MESSAGES
466: -- p_message_level - What type of message?
467: -- Valid values for message_level are ERROR, WARNING
468: -- or BUSINESS_MESSAGE
469: -- p_token_name - the token name associated with the message (if appropriate)

Line 483: p_name in FND_NEW_MESSAGES.MESSAGE_NAME%TYPE

479: -- building block id or time attribute id specified.
480:
481:
482: PROCEDURE publish_message (
483: p_name in FND_NEW_MESSAGES.MESSAGE_NAME%TYPE
484: , p_message_level in VARCHAR2 DEFAULT 'ERROR'
485: , p_token_name in VARCHAR2 DEFAULT NULL
486: , p_token_value in VARCHAR2 DEFAULT NULL
487: , p_application_short_name IN VARCHAR2 default 'HXC'

Line 507: -- p_name - the name of the message as defined in FND_NEW_MESSAGES

503: -- To display the message at the Field Level enter either a time building
504: -- block id or time attribute id
505:
506: -- parameters
507: -- p_name - the name of the message as defined in FND_NEW_MESSAGES
508: -- p_message_level - What type of message?
509: -- Valid values for message_level are ERROR, WARNING
510: -- or BUSINESS_MESSAGE
511: -- p_token_string - a string containing token name / token value pairs in that order

Line 523: p_name in FND_NEW_MESSAGES.MESSAGE_NAME%TYPE

519: -- set this parameter to 'hxc_timecard.c_blk_children_extent'
520: -- otherwise leave it NULL and it will appear against the time
521: -- building block id or time attribute id specified.
522: PROCEDURE publish_message (
523: p_name in FND_NEW_MESSAGES.MESSAGE_NAME%TYPE
524: , p_message_level in VARCHAR2 DEFAULT 'ERROR'
525: , p_token_string in VARCHAR2 DEFAULT NULL
526: , p_application_short_name IN VARCHAR2 default 'HXC'
527: , p_time_building_block_id in NUMBER