DBA Data[Home] [Help]

APPS.ECE_ADVO_ADVICE_PKG dependencies on FND_PROFILE

Line 70: fnd_profile.get('ECE_' || p_Transaction_Type || '_ENABLED',cEnabled);

66: ec_debug.pl ( 3, 'v_debug_mode: ',v_debug_mode );
67:
68: /* Check to see if the transaction is enabled. If not, abort */
69: xProgress := 'ADVO-10-1001';
70: fnd_profile.get('ECE_' || p_Transaction_Type || '_ENABLED',cEnabled);
71:
72: xProgress := 'ADVO-10-1002';
73: IF cEnabled = 'N' THEN
74: xProgress := 'ADVO-10-1003';