DBA Data[Home] [Help]

APPS.ECEPOI dependencies on FND_PROFILE

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

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

Line 315: l_integ_profile VARCHAR2(10) := nvl (FND_PROFILE.VALUE ('ONT_EM_INTEG_SOURCES'), 'XML');

311: l_org_id NUMBER := p_org_id;
312: l_order_number NUMBER := p_order_number;
313: l_document_direction VARCHAR2(6);
314: l_release_level VARCHAR2(10);
315: l_integ_profile VARCHAR2(10) := nvl (FND_PROFILE.VALUE ('ONT_EM_INTEG_SOURCES'), 'XML');
316: l_order_processed_flag VARCHAR2(1);
317: BEGIN
318: BEGIN
319: -- this call is dynamic to prevent dependency issues for customers who