1085: --
1086: -- No value has been entered for the expiry date.
1087: -- Set the expiry date to the calculated value.
1088: --
1089: l_offer_duration_value := to_number(fnd_profile.value('IRC_OFFER_DURATION_VALUE'));
1090: l_offer_duration_measurement := fnd_profile.value('IRC_OFFER_DURATION_MEASUREMENT');
1091: --
1092: if l_offer_duration_value is not null
1093: then
1086: -- No value has been entered for the expiry date.
1087: -- Set the expiry date to the calculated value.
1088: --
1089: l_offer_duration_value := to_number(fnd_profile.value('IRC_OFFER_DURATION_VALUE'));
1090: l_offer_duration_measurement := fnd_profile.value('IRC_OFFER_DURATION_MEASUREMENT');
1091: --
1092: if l_offer_duration_value is not null
1093: then
1094: --