DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on BEN_EXT_FMT

Line 3376: ben_ext_fmt.g_elmt_name||'. '||

3372:
3373: If p_error_number is null Then
3374:
3375: l_error_text:= 'Warning raised in data element '||
3376: ben_ext_fmt.g_elmt_name||'. '||
3377: p_error_text;
3378: --if no message token is defined then egt the message from
3379: --ben_ext_fmt.
3380: Elsif p_token1 is null Then

Line 3379: --ben_ext_fmt.

3375: l_error_text:= 'Warning raised in data element '||
3376: ben_ext_fmt.g_elmt_name||'. '||
3377: p_error_text;
3378: --if no message token is defined then egt the message from
3379: --ben_ext_fmt.
3380: Elsif p_token1 is null Then
3381:
3382: ben_ext_thread.g_err_num := p_error_number;
3383: ben_ext_thread.g_err_name := p_error_text;

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

3381:
3382: ben_ext_thread.g_err_num := p_error_number;
3383: ben_ext_thread.g_err_name := p_error_text;
3384: l_error_text :=
3385: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3386: p_error_text,ben_ext_fmt.g_elmt_name);
3387:
3388: -- if any token is defined than replace the tokens in the message.
3389: -- and get the message text from fnd_messages.

Line 3386: p_error_text,ben_ext_fmt.g_elmt_name);

3382: ben_ext_thread.g_err_num := p_error_number;
3383: ben_ext_thread.g_err_name := p_error_text;
3384: l_error_text :=
3385: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3386: p_error_text,ben_ext_fmt.g_elmt_name);
3387:
3388: -- if any token is defined than replace the tokens in the message.
3389: -- and get the message text from fnd_messages.
3390: Elsif p_token1 is not null Then

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

3517:
3518: If p_error_number is null Then
3519:
3520: l_error_text:= 'Error raised in data element '||
3521: NVL(ben_ext_person.g_elmt_name,ben_ext_fmt.g_elmt_name)||'. '||
3522: p_error_text;
3523:
3524:
3525: Elsif p_token1 is null Then

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

3527: debug('p_token1 is null');
3528: ben_ext_thread.g_err_num := p_error_number;
3529: ben_ext_thread.g_err_name := p_error_text;
3530: l_error_text :=
3531: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3532: p_error_text,ben_ext_fmt.g_elmt_name);
3533:
3534: -- if any token is defined than replace the tokens in the message.
3535: -- and get the message text from fnd_messages.

Line 3532: p_error_text,ben_ext_fmt.g_elmt_name);

3528: ben_ext_thread.g_err_num := p_error_number;
3529: ben_ext_thread.g_err_name := p_error_text;
3530: l_error_text :=
3531: ben_ext_fmt.get_error_msg(fnd_number.canonical_to_number(substr(p_error_text, 5, 5)),
3532: p_error_text,ben_ext_fmt.g_elmt_name);
3533:
3534: -- if any token is defined than replace the tokens in the message.
3535: -- and get the message text from fnd_messages.
3536: Elsif p_token1 is not null Then