DBA Data[Home] [Help]

APPS.FND_PROFILE dependencies on FND_RESPONSIBILITY_VL

Line 4050: FROM FND_RESPONSIBILITY_VL

4046: else
4047: begin
4048: SELECT RESPONSIBILITY_NAME
4049: INTO NAME
4050: FROM FND_RESPONSIBILITY_VL
4051: WHERE RESPONSIBILITY_ID = responsibility_id_z
4052: AND APPLICATION_ID = application_id_z;
4053: exception
4054: when others then