DBA Data[Home] [Help]

APPS.FA_SRVR_MSG dependencies on FA_API_TYPES

Line 73: p_log_level_rec in fa_api_types.log_level_rec_type default null);

69: -- (calling_fn => 'ALEX_TEST_PKG.Check_Book_Status');
70: --
71: PROCEDURE Add_SQL_Error
72: ( calling_fn in varchar2,
73: p_log_level_rec in fa_api_types.log_level_rec_type default null);
74:
75:
76: -- Procedure Add_Message
77: --

Line 120: p_log_level_rec in fa_api_types.log_level_rec_type default null,

116: token5 in varchar2 := null,
117: value5 in varchar2 := null,
118: translate in boolean := FALSE,
119: application in varchar2 := 'OFA',
120: p_log_level_rec in fa_api_types.log_level_rec_type default null,
121: p_message_level in number := FND_LOG.LEVEL_ERROR );
122:
123:
124: -- Prodedure Get_Message

Line 142: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null);

138: mesg4 in out nocopy varchar2,
139: mesg5 in out nocopy varchar2,
140: mesg6 in out nocopy varchar2,
141: mesg7 in out nocopy varchar2
142: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null);
143:
144:
145: -- Procedure Set_Message_Level
146: --

Line 157: ( message_level in number, p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null);

153: -- Set_Message_Level to override the default setting to insert
154: -- calling function name into stack.
155: --
156: PROCEDURE Set_Message_Level
157: ( message_level in number, p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null);
158:
159:
160: -- Prodedure Dump_API_Messages
161: --

Line 176: msg_data in varchar2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null);

172: -- want to rely on the data, which we are not sure whether it is
173: -- in encoded or translated format.
174: PROCEDURE Write_Msg_Log
175: ( msg_count in number,
176: msg_data in varchar2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null);
177:
178:
179: END FA_SRVR_MSG;