DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_OPERATION_RESOURCE_USAGE

Line 1337: DELETE WIP_OPERATION_RESOURCE_USAGE

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:
1337: DELETE WIP_OPERATION_RESOURCE_USAGE
1338: WHERE wip_entity_id = P_Wip_Entity_Id
1339: AND operation_seq_num = P_Operation_Seq_Num
1340: AND organization_id = P_Organization_Id;
1341: