DBA Data[Home] [Help]

APPS.FEM_RU_ENGINE_PVT dependencies on FND_PROFILE

Line 847: FND_PROFILE.Value_Specific (

843: ---------------------------------------------------------
844: -- Get the limit for bulk fetches from profile options --
845: ---------------------------------------------------------
846: g_fetch_limit := nvl (
847: FND_PROFILE.Value_Specific (
848: 'FEM_BULK_FETCH_LIMIT'
849: ,x_request_rec.user_id
850: ,x_request_rec.resp_id
851: ,x_request_rec.pgm_app_id

Line 861: FND_PROFILE.Value_Specific (

857: -- Get the track event chains flag from profile options --
858: ----------------------------------------------------------
859: g_track_event_chains :=
860: ('Y' =
861: FND_PROFILE.Value_Specific (
862: 'FEM_TRACK_EVENT_CHAINS'
863: ,x_request_rec.user_id
864: ,x_request_rec.resp_id
865: ,x_request_rec.pgm_app_id)

Line 872: FND_PROFILE.Value_Specific (

868: -----------------------------------------------------------
869: -- Get the currency conversion type from profile options --
870: -----------------------------------------------------------
871: g_currency_conv_type :=
872: FND_PROFILE.Value_Specific (
873: 'FEM_CURRENCY_CONVERSION_TYPE'
874: ,x_request_rec.user_id
875: ,x_request_rec.resp_id
876: ,x_request_rec.pgm_app_id