DBA Data[Home] [Help]

APPS.GML_GPOI dependencies on FND_PROFILE

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

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