DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_ENTITIES

Line 682: insert into wip_entities(

678: and nvl(bom.alternate_bom_designator(+), 'NON_EXISTENT') =
679: nvl(wjsi.alternate_bom_designator, 'NON_EXISTENT')
680: and wp.organization_id = wjsi.organization_id;
681:
682: insert into wip_entities(
683: wip_entity_id,
684: organization_id,
685: last_update_date,
686: last_updated_by,

Line 981: UPDATE WIP_ENTITIES WE

977: end if;
978:
979: /* end of bug fix 16079296 */
980:
981: UPDATE WIP_ENTITIES WE
982: SET (DESCRIPTION,
983: LAST_UPDATED_BY,
984: last_update_login,
985: request_id,