DBA Data[Home] [Help]

APPS.PA_MESSAGE_UTILS dependencies on PA_REPORTING_EXCEPTIONS

Line 9: -- pa_reporting_exceptions table.

5: -- PROCEDURE
6: -- save_messages
7: -- PURPOSE
8: -- This API will be called to save messages into
9: -- pa_reporting_exceptions table.
10: -- It is used by PARCPRJR concurrent program
11: -- and the View Error page
12: --
13: PROCEDURE save_messages

Line 59: INSERT INTO PA_REPORTING_EXCEPTIONS

55: p_msg_index => I,
56: p_data => l_encoded_message_text,
57: p_msg_index_out => l_msg_index_out);
58:
59: INSERT INTO PA_REPORTING_EXCEPTIONS
60: (REQUEST_ID,
61: USER_ID,
62: CONTEXT,
63: SUB_CONTEXT,

Line 110: INSERT INTO PA_REPORTING_EXCEPTIONS

106: -- is either not schedulalbe or doesn't have mapped job, we will show
107: -- a separate warning table whoch doesn't need individual msg.
108: -----------------------------------------------------------------
109: ELSE
110: INSERT INTO PA_REPORTING_EXCEPTIONS
111: (REQUEST_ID,
112: USER_ID,
113: CONTEXT,
114: SUB_CONTEXT,