DBA Data[Home] [Help]

APPS.CSTPACWP dependencies on WIP_ENTITIES

Line 682: from wip_entities

678: stmt_num := 120;
679: /* Check if EAM job */
680: select entity_type
681: into l_entity_type
682: from wip_entities
683: where wip_entity_id = l_wip_entity_id;
684:
685: /* Update Asset cost for eam jobs */
686: IF (l_entity_type in (6,7)) THEN