DBA Data[Home] [Help]

APPS.EAM_SRAPPROVAL_PVT dependencies on FND_GLOBAL

Line 143: -- fnd_global.apps_initialize is required as Service Request have a security access.

139: where department_id = l_owning_department_id
140: and organization_id = l_maint_organization_id;
141:
142: -- call service request update API to update the owning dept on Service Request
143: -- fnd_global.apps_initialize is required as Service Request have a security access.
144: -- As suggested by Service team, we need to set the responsibility and user before Service Request can be updated.
145: fnd_global.apps_initialize(
146: user_id => l_sr_user_id,
147: resp_id => l_sr_resp_id,

Line 145: fnd_global.apps_initialize(

141:
142: -- call service request update API to update the owning dept on Service Request
143: -- fnd_global.apps_initialize is required as Service Request have a security access.
144: -- As suggested by Service team, we need to set the responsibility and user before Service Request can be updated.
145: fnd_global.apps_initialize(
146: user_id => l_sr_user_id,
147: resp_id => l_sr_resp_id,
148: resp_appl_id => l_sr_resp_appl_id
149: );

Line 392: fnd_global.apps_initialize(

388: where department_id = l_owning_department_id
389: and organization_id = l_maint_organization_id;
390:
391: -- call service request update API to update the owning dept on Service Request
392: fnd_global.apps_initialize(
393: user_id => l_sr_user_id,
394: resp_id => l_sr_resp_id,
395: resp_appl_id => l_sr_resp_appl_id
396: );