DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on FND_PROFILE

Line 1023: IF NVL(fnd_profile.VALUE('RCV_CHARGE_FAIL_ITEM'), 'N') = 'Y'

1019:
1020: -- if profile option RCV_CHARGE_FAIL_ITEM is Y and there is a failure
1021: -- then fail all the charges as well as the backing item transaction.
1022: -- otherwise, only fail the errored out charge.
1023: IF NVL(fnd_profile.VALUE('RCV_CHARGE_FAIL_ITEM'), 'N') = 'Y'
1024: AND l_charge_interface_table.COUNT > l_charge_table.COUNT
1025: THEN
1026: asn_debug.put_line('Fail all charges');
1027: -- Error out all charges