DBA Data[Home] [Help]

APPS.ECEINI dependencies on FND_PROFILE

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

49: ec_debug.pl(3,'i_debug_mode',i_debug_mode);
50: ec_debug.pl(3,'i_source_charset',i_source_charset);
51:
52: /* Check to see if the transaction is enabled. If not, abort */
53: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);
54: IF cEnabled = 'N' THEN
55: RAISE ece_transaction_disabled;
56: END IF;
57: