DBA Data[Home] [Help]

APPS.CSD_GEN_ERRMSGS_PVT dependencies on WIP_ENTITIES

Line 752: FROM wip_entities

748:
749: CURSOR cur_wip_name (p_entity_id NUMBER)
750: IS
751: SELECT NVL (wip_entity_name, wip_entity_id) --- AAA not required
752: FROM wip_entities
753: WHERE wip_entity_id = p_entity_id;
754:
755: CURSOR cur_task_name (p_entity_id NUMBER)
756: IS