DBA Data[Home] [Help]

APPS.ECEPOCI dependencies on FND_PROFILE

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

34: ec_debug.pl(3,'i_debug_mode',i_debug_mode);
35: ec_debug.pl(3,'i_num_instances',i_num_instances);
36:
37: /* Check to see if the transaction is enabled. If not, abort */
38: fnd_profile.get('ECE_' || i_transaction_type || '_ENABLED',cEnabled);
39: IF cEnabled = 'N' THEN
40: RAISE ece_transaction_disabled;
41: END IF;
42: