DBA Data[Home] [Help]

APPS.WSM_SERIAL_SUPPORT_GRP dependencies on WIP_ENTITIES

Line 68: from wip_entities WE

64: x_error_count := 0;
65:
66: select entity_type
67: into l_job_type
68: from wip_entities WE
69: where WE.wip_entity_id = p_wipEntityID
70: and WE.organization_id = p_orgID;
71:
72: l_stmt_num := 20;