DBA Data[Home] [Help]

APPS.ECEASNI dependencies on FND_PROFILE

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

65: ec_debug.pl(3,'i_debug_mode',i_debug_mode);
66: ec_debug.pl(3,'i_source_charset',i_source_charset);
67:
68: /* Check to see if the transaction is enabled. If not, abort */
69: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);
70: IF cEnabled = 'N' THEN
71: RAISE ece_transaction_disabled;
72: END IF;
73:

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

183: ec_debug.pl(3,'i_debug_mode',i_debug_mode);
184: ec_debug.pl(3,'i_source_charset',i_source_charset);
185:
186: /* Check to see if the transaction is enabled. If not, abort */
187: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);
188: IF cEnabled = 'N' THEN
189: RAISE ece_transaction_disabled;
190: END IF;
191: