DBA Data[Home] [Help]

APPS.RLM_INBOUND_SV dependencies on FND_PROFILE

Line 63: fnd_profile.get('ECE_' || p_transaction_type || '_ENABLED',cEnabled);

59: ec_debug.pl(3,'p_transaction_type',p_transaction_type);
60: ec_debug.pl(3,'p_data_file_char_set',p_data_file_char_set);
61:
62: /* Check to see if the transaction is enabled. If not, abort */
63: fnd_profile.get('ECE_' || p_transaction_type || '_ENABLED',cEnabled);
64: --
65: IF cEnabled = 'N' THEN
66: RAISE ece_transaction_disabled;
67: END IF;