DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on FND_PROFILE

Line 7: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');

3:
4: -- package globals
5: g_base_weight_uom mtl_units_of_measure.unit_of_measure%TYPE;
6: g_base_volume_uom mtl_units_of_measure.unit_of_measure%TYPE;
7: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
8:
9: UNKNOWN_ALLOCATION_METHOD EXCEPTION;
10:
11: FUNCTION get_base_weight_uom

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