DBA Data[Home] [Help]

APPS.HR_MESSAGE dependencies on STANDARD

Line 106: -- the stack, assuming it was an HR message, conforming to the standard

102: -- {Start Of Comments}
103: --
104: -- Description:
105: -- This function returns the last message number that was placed on
106: -- the stack, assuming it was an HR message, conforming to the standard
107: -- HR_MSGNUM_ERROR_DESCR.
108: -- I.e. MSGNUM must be the five digit number associated with a message
109: -- No SQL is executed to retrieve this number, the message name is
110: -- decomposed to obtain the number. SQL could be added if this

Line 124: -- name conforms to the standard described above. If called with a

120: --
121: -- Post Success:
122: -- The function returns the last message number, equivalent to
123: -- the FND_NEW_MESSAGES MESSAGE_NUMBER column value, if the message
124: -- name conforms to the standard described above. If called with a
125: -- non-application raised error, this function will return NULL.
126: --
127: -- Post Failure:
128: -- This procedure does not fail. Undefined values are returned if the