DBA Data[Home] [Help]

APPS.PFT_AR_ENGINE_PVT dependencies on FND_PROFILE

Line 792: FND_PROFILE.Value_Specific (

788: ---------------------------------------------------------
789: -- Get the limit for bulk fetches from profile options --
790: ---------------------------------------------------------
791: g_fetch_limit := nvl (
792: FND_PROFILE.Value_Specific (
793: 'FEM_BULK_FETCH_LIMIT'
794: ,x_request_rec.user_id
795: ,x_request_rec.resp_id
796: ,x_request_rec.pgm_app_id)

Line 805: FND_PROFILE.Value_Specific (

801: -- Get the track event chains flag from profile options --
802: ----------------------------------------------------------
803: g_track_event_chains :=
804: ('Y' =
805: FND_PROFILE.Value_Specific (
806: 'FEM_TRACK_EVENT_CHAINS'
807: ,x_request_rec.user_id
808: ,x_request_rec.resp_id
809: ,x_request_rec.pgm_app_id)

Line 816: FND_PROFILE.Value_Specific (

812: -----------------------------------------------------------
813: -- Get the currency conversion type from profile options --
814: -----------------------------------------------------------
815: g_currency_conv_type :=
816: FND_PROFILE.Value_Specific (
817: 'FEM_CURRENCY_CONVERSION_TYPE'
818: ,x_request_rec.user_id
819: ,x_request_rec.resp_id
820: ,x_request_rec.pgm_app_id