DBA Data[Home] [Help]

APPS.ECECATI dependencies on FND_PROFILE

Line 112: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);

108: ec_debug.pl(3,'i_debug_mode',i_debug_mode);
109: ec_debug.pl(3,'i_source_charset',i_source_charset);
110: end if;
111: /* Check to see if the transaction is enabled. If not, abort */
112: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);
113: IF cEnabled = 'N' THEN
114: RAISE ece_transaction_disabled;
115: END IF;
116: if EC_DEBUG.G_debug_level >= 1 then

Line 364: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);

360: ec_debug.pl(3,'i_map_id',i_map_id);
361: ec_debug.pl(3,'i_debug_mode',i_debug_mode);
362: end if;
363: /* Check to see if the transaction is enabled. If not, abort */
364: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);
365: IF cEnabled = 'N' THEN
366: RAISE ece_transaction_disabled;
367: END IF;
368: