DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_SYS_PARAMETERS_PVT

Line 6770: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params(p_line_rec.org_id);

6766: INTO l_territory_code
6767: FROM ar_system_parameters asp
6768: WHERE nvl(asp.org_id, -3114) = nvl(p_line_rec.org_id, -3114);
6769: ELSE
6770: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params(p_line_rec.org_id);
6771: l_territory_code := l_AR_Sys_Param_Rec.default_territory;
6772: END IF;
6773:
6774: -- Get territory information into p_x_interface_line_rec