DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_OP_RESOURCE_INSTANCES

Line 1332: delete from wip_op_resource_instances

1328: where wip_entity_id = P_Wip_Entity_Id
1329: and organization_id = P_Organization_Id
1330: and operation_seq_num = P_Operation_Seq_Num;
1331:
1332: delete from wip_op_resource_instances
1333: where wip_entity_id = P_Wip_Entity_Id
1334: and operation_seq_num = P_Operation_Seq_Num
1335: and ORGANIZATION_ID = P_Organization_Id;
1336: