DBA Data[Home] [Help]

APPS.PV_CONTEXT_VALUES dependencies on DBA_DEPENDENCIES

Line 3845: FROM dba_dependencies

3841: )
3842: IS
3843: CURSOR c IS
3844: SELECT owner, name, type
3845: FROM dba_dependencies
3846: WHERE referenced_type = p_referenced_type AND
3847: referenced_name IN (p_referenced_name1, p_referenced_name2) AND
3848: owner = g_apps_schema;
3849: