DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on BEN_EXT_FMT

Line 3440: ben_ext_fmt.g_elmt_name||'. '||

3436:
3437: If p_error_number is null Then
3438:
3439: l_error_text:= 'Warning raised in data element '||
3440: ben_ext_fmt.g_elmt_name||'. '||
3441: p_error_text;
3442: --if no message token is defined then egt the message from
3443: --ben_ext_fmt.
3444: Elsif p_token1 is null Then

Line 3443: --ben_ext_fmt.

3439: l_error_text:= 'Warning raised in data element '||
3440: ben_ext_fmt.g_elmt_name||'. '||
3441: p_error_text;
3442: --if no message token is defined then egt the message from
3443: --ben_ext_fmt.
3444: Elsif p_token1 is null Then
3445:
3446: ben_ext_thread.g_err_num := p_error_number;
3447: ben_ext_thread.g_err_name := p_error_text;

Line 3449: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),

3445:
3446: ben_ext_thread.g_err_num := p_error_number;
3447: ben_ext_thread.g_err_name := p_error_text;
3448: l_error_text :=
3449: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3450: p_error_text,ben_ext_fmt.g_elmt_name);
3451:
3452: -- if any token is defined than replace the tokens in the message.
3453: -- and get the message text from fnd_messages.

Line 3450: p_error_text,ben_ext_fmt.g_elmt_name);

3446: ben_ext_thread.g_err_num := p_error_number;
3447: ben_ext_thread.g_err_name := p_error_text;
3448: l_error_text :=
3449: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3450: p_error_text,ben_ext_fmt.g_elmt_name);
3451:
3452: -- if any token is defined than replace the tokens in the message.
3453: -- and get the message text from fnd_messages.
3454: Elsif p_token1 is not null Then

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

3581:
3582: If p_error_number is null Then
3583:
3584: l_error_text:= 'Error raised in data element '||
3585: NVL(ben_ext_person.g_elmt_name,ben_ext_fmt.g_elmt_name)||'. '||
3586: p_error_text;
3587:
3588:
3589: Elsif p_token1 is null Then

Line 3595: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),

3591: debug('p_token1 is null');
3592: ben_ext_thread.g_err_num := p_error_number;
3593: ben_ext_thread.g_err_name := p_error_text;
3594: l_error_text :=
3595: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3596: p_error_text,ben_ext_fmt.g_elmt_name);
3597:
3598: -- if any token is defined than replace the tokens in the message.
3599: -- and get the message text from fnd_messages.

Line 3596: p_error_text,ben_ext_fmt.g_elmt_name);

3592: ben_ext_thread.g_err_num := p_error_number;
3593: ben_ext_thread.g_err_name := p_error_text;
3594: l_error_text :=
3595: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3596: p_error_text,ben_ext_fmt.g_elmt_name);
3597:
3598: -- if any token is defined than replace the tokens in the message.
3599: -- and get the message text from fnd_messages.
3600: Elsif p_token1 is not null Then