DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on FND_PROFILE

Line 1062: l_offer_duration_value := to_number(fnd_profile.value('IRC_OFFER_DURATION_VALUE'));

1058: --
1059: -- No value has been entered for the expiry date.
1060: -- Set the expiry date to the calculated value.
1061: --
1062: l_offer_duration_value := to_number(fnd_profile.value('IRC_OFFER_DURATION_VALUE'));
1063: l_offer_duration_measurement := fnd_profile.value('IRC_OFFER_DURATION_MEASUREMENT');
1064: --
1065: if l_offer_duration_value is not null
1066: then

Line 1063: l_offer_duration_measurement := fnd_profile.value('IRC_OFFER_DURATION_MEASUREMENT');

1059: -- No value has been entered for the expiry date.
1060: -- Set the expiry date to the calculated value.
1061: --
1062: l_offer_duration_value := to_number(fnd_profile.value('IRC_OFFER_DURATION_VALUE'));
1063: l_offer_duration_measurement := fnd_profile.value('IRC_OFFER_DURATION_MEASUREMENT');
1064: --
1065: if l_offer_duration_value is not null
1066: then
1067: --