DBA Data[Home] [Help]

APPS.ECX_WF_ERRORS dependencies on FND_PROFILE

Line 906: i_prof_error_count:=fnd_profile.value_specific(name=>'ECX_MAX_RETRY',

902: i_event := Wf_Engine.GetItemAttrEvent(itemtype, itemkey, name => 'EVENT_MESSAGE');
903: i_retry_count :=wf_engine.GetItemAttrText ( itemtype => itemtype,
904: itemkey => itemkey,
905: aname => 'ECX_ATTRIBUTE2');
906: i_prof_error_count:=fnd_profile.value_specific(name=>'ECX_MAX_RETRY',
907: user_id=>0,
908: responsibility_id=>20420,
909: application_id=>174,
910: org_id=>null,

Line 944: i_time_out :=fnd_profile.value_specific(name=>'ECX_NOTIFY_TIMEOUT',

940: funcmode in varchar2,
941: result in out NOCOPY varchar2) IS
942: i_time_out NUMBER ;
943: BEGIN
944: i_time_out :=fnd_profile.value_specific(name=>'ECX_NOTIFY_TIMEOUT',
945: user_id=>0,
946: responsibility_id=>20420,
947: application_id=>174,
948: org_id=>null,