DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_CP_SERVICES_VL

Line 2481: from fnd_cp_services_vl

2477: elsif (Arg1 = -3) then
2478: begin
2479: select SERVICE_NAME
2480: into Detail
2481: from fnd_cp_services_vl
2482: where SERVICE_ID = Arg2;
2483: exception
2484: when others then
2485: Detail := 'SVCID = ' || to_char(Arg2);