DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_PKG dependencies on FND_PROFILE

Line 1127: 1) See if fnd_profile.valuw returns an id

1123:
1124: /* Roopa
1125: Fix for bug 2843395
1126:
1127: 1) See if fnd_profile.valuw returns an id
1128: 2) Else, see if the incident_owner_id(source_id) of the sr has a valid value
1129: 3) Else, use fnd_global.user_id
1130: */
1131: l_user_id := fnd_profile.value('USER_ID');

Line 1131: l_user_id := fnd_profile.value('USER_ID');

1127: 1) See if fnd_profile.valuw returns an id
1128: 2) Else, see if the incident_owner_id(source_id) of the sr has a valid value
1129: 3) Else, use fnd_global.user_id
1130: */
1131: l_user_id := fnd_profile.value('USER_ID');
1132:
1133: IF (l_user_id IS NULL) THEN
1134:
1135: IF(l_owner_id IS NOT NULL) THEN

Line 1581: ( x_agent => FND_PROFILE.Value('APPS_WEB_AGENT'),

1577: aname => 'SERVEREQ_WF_ADMIN',
1578: avalue => l_administrator );
1579:
1580: l_monitor_url := WF_MONITOR.GetEnvelopeURL
1581: ( x_agent => FND_PROFILE.Value('APPS_WEB_AGENT'),
1582: x_item_type => l_error_item_type,
1583: x_item_key => l_error_itemkey,
1584: x_admin_mode => 'YES'
1585: );