DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_PROJ_STATUS dependencies on STANDARD

Line 47: you must follow certain API message standards

43: enforces certain rules as part of validations while moving from one
44: status to another.You can have your messages appended to the ones
45: enforced by the product. The projects form displays all error messages
46: in the message window.In order to append the messages to the stack
47: you must follow certain API message standards
48: An example of how you would enforce the above given example and
49: append the messages is given below
50: Example :
51: Before the project can change to an APPROVED status

Line 64: define your messages. Note that the Applications standards

60: a) Determine the error message you need to display. Check the
61: existing error messages and ascertain whether a message that
62: meets your requirements already exists. If not,use the
63: Messages window under Application Developer responsibility to
64: define your messages. Note that the Applications standards
65: expect you to prefix all Oracle Projects related messages with
66: 'PA_'. Please refer to the relevant documentation on defining
67: and re-creating the client-side .msb file for PA.
68: