DBA Data[Home] [Help]

APPS.CZ_PB_SYNC_UTIL dependencies on CZ_MODEL_MIGRATION_PVT

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

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