DBA Data[Home] [Help]

APPS.XDP_UTILITIES dependencies on FND_PROFILE

Line 1825: if fnd_profile.defined(pv_DefErrNotifProfile) then

1821: Function GetSystemErrNotifRecipient return varchar2 is
1822: l_NotifRecipient varchar2(2000);
1823: begin
1824:
1825: if fnd_profile.defined(pv_DefErrNotifProfile) then
1826: fnd_profile.get(pv_DefErrNotifProfile, l_NotifRecipient);
1827: else
1828: l_NotifRecipient := pv_DefErrNotifRecipient;
1829: end if;

Line 1826: fnd_profile.get(pv_DefErrNotifProfile, l_NotifRecipient);

1822: l_NotifRecipient varchar2(2000);
1823: begin
1824:
1825: if fnd_profile.defined(pv_DefErrNotifProfile) then
1826: fnd_profile.get(pv_DefErrNotifProfile, l_NotifRecipient);
1827: else
1828: l_NotifRecipient := pv_DefErrNotifRecipient;
1829: end if;
1830:

Line 2417: if( fnd_profile.defined( 'XDP_TIME_OUT') ) THEN

2413:
2414: -- RUN mode - normal process execution
2415: --
2416: IF (funcmode = 'RUN') THEN
2417: if( fnd_profile.defined( 'XDP_TIME_OUT') ) THEN
2418: fnd_profile.get( 'XDP_TIME_OUT', l_time_out_str );
2419: l_time_out_num := to_number( l_time_out_str );
2420: wf_engine.SetItemAttrNumber(itemtype => SET_TIME_OUT.itemtype,
2421: itemkey => SET_TIME_OUT.itemkey,

Line 2418: fnd_profile.get( 'XDP_TIME_OUT', l_time_out_str );

2414: -- RUN mode - normal process execution
2415: --
2416: IF (funcmode = 'RUN') THEN
2417: if( fnd_profile.defined( 'XDP_TIME_OUT') ) THEN
2418: fnd_profile.get( 'XDP_TIME_OUT', l_time_out_str );
2419: l_time_out_num := to_number( l_time_out_str );
2420: wf_engine.SetItemAttrNumber(itemtype => SET_TIME_OUT.itemtype,
2421: itemkey => SET_TIME_OUT.itemkey,
2422: aname => 'TIME_OUT',

Line 2458: if( fnd_profile.defined( 'XDP_FP_RETRY_COUNT') ) THEN

2454:
2455: -- RUN mode - normal process execution
2456: --
2457: IF (funcmode = 'RUN') THEN
2458: if( fnd_profile.defined( 'XDP_FP_RETRY_COUNT') ) THEN
2459:
2460: fnd_profile.get( 'XDP_FP_RETRY_COUNT', l_fp_retry_count_str );
2461: l_fp_retry_count_num := to_number( l_fp_retry_count_str );
2462:

Line 2460: fnd_profile.get( 'XDP_FP_RETRY_COUNT', l_fp_retry_count_str );

2456: --
2457: IF (funcmode = 'RUN') THEN
2458: if( fnd_profile.defined( 'XDP_FP_RETRY_COUNT') ) THEN
2459:
2460: fnd_profile.get( 'XDP_FP_RETRY_COUNT', l_fp_retry_count_str );
2461: l_fp_retry_count_num := to_number( l_fp_retry_count_str );
2462:
2463: BEGIN
2464: l_fp_current_numb_retries := wf_engine.getItemAttrNumber(