DBA Data[Home] [Help]

APPS.OKS_CT_EVENTS_WFA dependencies on FND_PROFILE

Line 28: FND_PROFILE.Get('OKS_SERVICE_REQUEST_CREATOR', l_forward_to_username);

24: BEGIN
25: IF (funcmode = 'RUN') THEN
26:
27: /*
28: FND_PROFILE.Get('OKS_SERVICE_REQUEST_CREATOR', l_forward_to_username);
29:
30:
31: wf_engine.SetItemAttrText(
32: itemtype => itemtype,

Line 60: FND_PROFILE.Get('OKS_SERVICE_REQUEST_CREATOR', l_forward_to_username);

56: -- First get the user id, resp id, and appl id
57:
58: --FND_GLOBAL.Apps_Initialize(1001296, 21708, 515);
59: /*
60: FND_PROFILE.Get('OKS_SERVICE_REQUEST_CREATOR', l_forward_to_username);
61:
62:
63: wf_engine.SetItemAttrText(
64: itemtype => itemtype,

Line 167: FND_PROFILE.Get('OKS_SERVICE_REQUEST_CREATOR', l_forward_to_username);

163: BEGIN
164:
165: IF (funcmode= 'RUN') THEN
166:
167: FND_PROFILE.Get('OKS_SERVICE_REQUEST_CREATOR', l_forward_to_username);
168:
169:
170: wf_engine.SetItemAttrText(
171: itemtype => itemtype,

Line 465: if nvl(fnd_profile.value('CS_SR_USE_TYPE_RESPON_SETUP'),'NO') = 'YES' then

461:
462: -- uptaking function Security based SR creation introduced by SR team in 11.5.9
463: -- bug 3025009
464:
465: if nvl(fnd_profile.value('CS_SR_USE_TYPE_RESPON_SETUP'),'NO') = 'YES' then
466:
467: fnd_profile.get('INC_DEFAULT_INCIDENT_TYPE',l_SR_type_id);
468:
469: for appscntxt_rec in appscntxt loop

Line 467: fnd_profile.get('INC_DEFAULT_INCIDENT_TYPE',l_SR_type_id);

463: -- bug 3025009
464:
465: if nvl(fnd_profile.value('CS_SR_USE_TYPE_RESPON_SETUP'),'NO') = 'YES' then
466:
467: fnd_profile.get('INC_DEFAULT_INCIDENT_TYPE',l_SR_type_id);
468:
469: for appscntxt_rec in appscntxt loop
470: l_resp_id := appscntxt_rec.responsibility_id;
471: l_resp_appl_id := appscntxt_rec.responsibility_application_id;