DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CP_SERVICES

Line 4025: From Fnd_Cp_services

4021:
4022: begin -- Is the svc name correct?
4023: Select service_id
4024: Into svc_id
4025: From Fnd_Cp_services
4026: Where service_handle = service;
4027: exception
4028: when no_data_found then
4029: fnd_message.set_name ('FND', 'CONC-SM INVALID SVC HANDLE');