DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_SYS_PARAMETERS

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

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

Line 4082: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params;

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