DBA Data[Home] [Help]

APPS.HR_CONSTRAINT_CHECK dependencies on FND_APPLICATION

Line 84: from fnd_application

80: order by table_name, constraint_name;
81: --
82: cursor csr_find_applications is
83: select application_id, application_short_name
84: from fnd_application
85: order by application_short_name;
86: --
87: l_list integer := 0;
88: l_owner varchar2(30);