DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_SYS_PARAMETERS

Line 2727: l_set_of_books_id := OE_Sys_Parameters.VALUE('SET_OF_BOOKS_ID');

2723:
2724: -- Get set_of_books_id from profile option.
2725:
2726: --l_set_of_books_id := FND_PROFILE.VALUE('OE_SET_OF_BOOKS_ID');
2727: l_set_of_books_id := OE_Sys_Parameters.VALUE('SET_OF_BOOKS_ID');
2728:
2729:
2730: IF l_set_of_books_id IS NOT NULL THEN
2731:

Line 4085: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params;

4081: IF oe_code_control.code_release_level < '110510' THEN
4082: select default_country into l_user_territory_code
4083: from ar_system_parameters;
4084: ELSE
4085: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params;
4086: l_user_territory_code:= l_AR_Sys_Param_Rec.default_country;
4087: END IF;
4088:
4089: END IF;