DBA Data[Home] [Help]

APPS.IRC_WEB dependencies on FND_PROFILE

Line 27: l_function_name:=fnd_profile.value('IRC_JOB_NOTIFICATION_URL');

23: begin
24: --
25: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
26: --
27: l_function_name:=fnd_profile.value('IRC_JOB_NOTIFICATION_URL');
28: --
29: l_text := icx_call.decrypt(M);
30: icx_on_utilities.unpack_parameters(l_text,l_parameters);
31: l_vacancy_id:=l_parameters(1);

Line 82: and business_group_id=fnd_profile.value('IRC_REGISTRATION_BG_ID');

78: cursor c1 is
79: select person_id
80: from per_all_people_f
81: where party_id=l_party_id
82: and business_group_id=fnd_profile.value('IRC_REGISTRATION_BG_ID');
83: --
84: cursor c2 is
85: select person_id
86: from per_all_people_f

Line 95: l_function_name:=fnd_profile.value('IRC_SUITABLE_SEEKERS_URL');

91: begin
92: --
93: l_b:= icx_sec.validateSession(c_validate_only=>'Y');
94: --
95: l_function_name:=fnd_profile.value('IRC_SUITABLE_SEEKERS_URL');
96: --
97: l_text := icx_call.decrypt(M);
98: icx_on_utilities.unpack_parameters(l_text,l_parameters);
99: l_party_id:=l_parameters(1);

Line 145: itemtype:=fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE');

141: l_text := icx_call.decrypt(M);
142: icx_on_utilities.unpack_parameters(l_text,l_parameters);
143: itemkey:=l_parameters(1);
144: --
145: itemtype:=fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE');
146: --
147: l_transaction_id := wf_engine.getItemAttrText
148: (itemtype => itemtype,
149: itemkey => itemkey,

Line 162: l_function_name:=fnd_profile.value('IRC_'||apr_object_type||'_APPROVAL_URL');

158: (itemtype => itemtype,
159: itemkey => itemkey,
160: aname => 'IRCAPPROVALPROCESS');
161: --
162: l_function_name:=fnd_profile.value('IRC_'||apr_object_type||'_APPROVAL_URL');
163: --
164: -- test to see if the responsibility that we are running in has access to the
165: -- standard function
166: --

Line 211: itemtype:=fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE');

207: icx_on_utilities.unpack_parameters(l_text,l_parameters);
208: itemkey:=l_parameters(1);
209: l_function_name:=l_parameters(2);
210: --
211: itemtype:=fnd_profile.value('IRC_WORKFLOW_ITEM_TYPE');
212: --
213: l_transaction_id := wf_engine.getItemAttrText
214: (itemtype => itemtype,
215: itemkey => itemkey,