DBA Data[Home] [Help]

APPS.ECE_AR_TRANSACTION dependencies on FND_PROFILE

Line 80: fnd_profile.get('ECE_' || cTransaction_Type || '_ENABLED',cEnabled);

76: ec_debug.pl(3,'cdebug_mode: ' ,cdebug_mode);
77:
78: /* Check to see if the transaction is enabled. If not, abort */
79: xProgress := 'INO-10-1000';
80: fnd_profile.get('ECE_' || cTransaction_Type || '_ENABLED',cEnabled);
81:
82: xProgress := 'INO-10-1005';
83: IF cEnabled = 'N' THEN
84: xProgress := 'INO-10-1010';

Line 3367: fnd_profile.value('ONT_SOURCE_CODE')

3363: NVL(TO_NUMBER(RCTL.INTERFACE_LINE_ATTRIBUTE3),0) =
3364: WDI.ENTITY_ID AND
3365: RCTL.customer_trx_id = tx_id
3366: AND RCTL.INTERFACE_LINE_CONTEXT =
3367: fnd_profile.value('ONT_SOURCE_CODE')
3368: AND ROWNUM = 1;
3369:
3370: BEGIN
3371: