DBA Data[Home] [Help]

APPS.PON_SUPPLIER_RESEARCH_PVT dependencies on FND_PROFILE

Line 12: l_txn_history_range_in_months := fnd_profile.value('PON_SUPP_TXN_HIST_RANGE');

8: RETURN PLS_INTEGER IS
9: l_txn_history_range_in_months PLS_INTEGER ;
10: BEGIN
11: -- Fetch the profile value for data range in months.
12: l_txn_history_range_in_months := fnd_profile.value('PON_SUPP_TXN_HIST_RANGE');
13:
14: IF (l_txn_history_range_in_months IS NULL) THEN
15: -- Set the default value for the Transaction History data.
16: l_txn_history_range_in_months:= 6;