DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on WIP_ENTITIES

Line 3486: from wip_entities

3482: end if;
3483:
3484: select wip_entity_name
3485: into l_wip_entity_name
3486: from wip_entities
3487: where wip_entity_id = p_wip_entity_id;
3488:
3489: if (l_logLevel <= wip_constants.full_logging) then
3490: wip_logger.log('derive_insert_wcti Phase 20', l_retStatus);