DBA Data[Home] [Help]

APPS.PQP_GB_TP_EXTRACT_FUNCTIONS dependencies on BEN_EXT_FMT

Line 117: ben_ext_fmt.g_elmt_name||'. '||

113:
114: If p_error_number is null Then
115:
116: l_error_text:= 'Warning raised in data element '||
117: ben_ext_fmt.g_elmt_name||'. '||
118: p_error_text;
119: --if no message token is defined then egt the message from
120: --ben_ext_fmt.
121: Elsif p_token1 is null Then

Line 120: --ben_ext_fmt.

116: l_error_text:= 'Warning raised in data element '||
117: ben_ext_fmt.g_elmt_name||'. '||
118: p_error_text;
119: --if no message token is defined then egt the message from
120: --ben_ext_fmt.
121: Elsif p_token1 is null Then
122:
123: ben_ext_thread.g_err_num := p_error_number;
124: ben_ext_thread.g_err_name := p_error_text;

Line 126: ben_ext_fmt.get_error_msg(to_number(substr(p_error_text, 5, 5)),

122:
123: ben_ext_thread.g_err_num := p_error_number;
124: ben_ext_thread.g_err_name := p_error_text;
125: l_error_text :=
126: ben_ext_fmt.get_error_msg(to_number(substr(p_error_text, 5, 5)),
127: p_error_text,ben_ext_fmt.g_elmt_name);
128:
129: -- if any token is defined than replace the tokens in the message.
130: -- and get the message text from fnd_messages.

Line 127: p_error_text,ben_ext_fmt.g_elmt_name);

123: ben_ext_thread.g_err_num := p_error_number;
124: ben_ext_thread.g_err_name := p_error_text;
125: l_error_text :=
126: ben_ext_fmt.get_error_msg(to_number(substr(p_error_text, 5, 5)),
127: p_error_text,ben_ext_fmt.g_elmt_name);
128:
129: -- if any token is defined than replace the tokens in the message.
130: -- and get the message text from fnd_messages.
131: Elsif p_token1 is not null Then

Line 213: NVL(ben_ext_person.g_elmt_name,ben_ext_fmt.g_elmt_name)||'. '||

209:
210: If p_error_number is null Then
211:
212: l_error_text:= 'Error raised in data element '||
213: NVL(ben_ext_person.g_elmt_name,ben_ext_fmt.g_elmt_name)||'. '||
214: p_error_text;
215:
216:
217: Elsif p_token1 is null Then

Line 222: ben_ext_fmt.get_error_msg(to_number(substr(p_error_text, 5, 5)),

218:
219: ben_ext_thread.g_err_num := p_error_number;
220: ben_ext_thread.g_err_name := p_error_text;
221: l_error_text :=
222: ben_ext_fmt.get_error_msg(to_number(substr(p_error_text, 5, 5)),
223: p_error_text,ben_ext_fmt.g_elmt_name);
224:
225: -- if any token is defined than replace the tokens in the message.
226: -- and get the message text from fnd_messages.

Line 223: p_error_text,ben_ext_fmt.g_elmt_name);

219: ben_ext_thread.g_err_num := p_error_number;
220: ben_ext_thread.g_err_name := p_error_text;
221: l_error_text :=
222: ben_ext_fmt.get_error_msg(to_number(substr(p_error_text, 5, 5)),
223: p_error_text,ben_ext_fmt.g_elmt_name);
224:
225: -- if any token is defined than replace the tokens in the message.
226: -- and get the message text from fnd_messages.
227: Elsif p_token1 is not null Then