DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on MTL_PARAMETERS

Line 3475: from mtl_parameters

3471: end if;
3472:
3473: select organization_code
3474: into l_organization_code
3475: from mtl_parameters
3476: where organization_id = p_organization_id;
3477:
3478:
3479: if (l_logLevel <= wip_constants.full_logging) then