DBA Data[Home] [Help]

APPS.CZ_PB_SYNC_UTIL dependencies on CZ_MODEL_MIGRATION_PVT

Line 321: l_converted_target := CZ_MODEL_MIGRATION_PVT.target_open_for ('M', p_link_name_trim, '');

317: --call and it really does not matter. The local parameter is
318: --only passed to check local publication.
319:
320: p_link_name_trim := REPLACE(p_link_name, '@', '');
321: l_converted_target := CZ_MODEL_MIGRATION_PVT.target_open_for ('M', p_link_name_trim, '');
322: IF (l_converted_target = '1') THEN
323: x_status :='0';
324: ELSE
325: x_status :='1';