DBA Data[Home] [Help]

APPS.WIP_WS_PTPKPI_UTIL dependencies on MTL_PARAMETERS

Line 18: from mtl_parameters mp

14: l_calendar_code varchar2(100) := null;
15: begin
16: -- get the calendar_code based on organization_id
17: select mp.calendar_code into l_calendar_code
18: from mtl_parameters mp
19: where mp.organization_id = p_organization_id;
20: return l_calendar_code;
21: exception when others then
22: return null;