DBA Data[Home] [Help]

APPS.WIP_SO_RESERVATIONS dependencies on WIP_ENTITIES

Line 473: * Must find record in wip_entities table in following sql

469:
470: /* Fix for Bug#4472589. Sales Order functionality not present for EAM WO
471: * therefore no need to execute this procedure. just return back with valid
472: * status
473: * Must find record in wip_entities table in following sql
474: */
475:
476: select we.entity_type
477: into l_wip_entity_type

Line 478: from wip_entities we

474: */
475:
476: select we.entity_type
477: into l_wip_entity_type
478: from wip_entities we
479: where we.wip_entity_id = p_wip_entity_id ;
480:
481: if l_wip_entity_type = WIP_CONSTANTS.EAM then
482: x_return_status := fnd_api.g_ret_sts_success;