DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on CZ_RP_ENTRIES

Line 2187: SELECT name INTO l_name FROM cz_rp_entries

2183: --it will not get this far without the data.
2184:
2185: IF ( t_psn_parentid ( p_index ) IS NULL ) THEN
2186:
2187: SELECT name INTO l_name FROM cz_rp_entries
2188: WHERE deleted_flag = '0'
2189: AND object_type = 'PRJ'
2190: AND object_id = t_psn_psnodeid ( p_index );
2191: