DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CP_SERVICES

Line 3338: From Fnd_Cp_services

3334:
3335: begin -- Is the svc name correct?
3336: Select service_id
3337: Into svc_id
3338: From Fnd_Cp_services
3339: Where service_handle = service;
3340: exception
3341: when no_data_found then
3342: fnd_message.set_name ('FND', 'CONC-SM INVALID SVC HANDLE');