DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_SYS_PARAMETERS_PVT

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

7051: INTO l_territory_code
7052: FROM ar_system_parameters asp
7053: WHERE nvl(asp.org_id, -3114) = nvl(p_line_rec.org_id, -3114);
7054: ELSE
7055: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params(p_line_rec.org_id);
7056: l_territory_code := l_AR_Sys_Param_Rec.default_territory;
7057: END IF;
7058:
7059: -- Get territory information into p_x_interface_line_rec