DBA Data[Home] [Help]

APPS.WIP_RESOURCE_VALIDATIONS dependencies on WIP_OP_RESOURCE_INSTANCES

Line 1598: from wip_op_resource_instances

1594: BEGIN
1595: l_count := 0;
1596: begin
1597: select count(*) into l_count
1598: from wip_op_resource_instances
1599: where wip_entity_id = p_wip_entity_id
1600: and organization_id = p_organization_id
1601: and operation_seq_num = p_operation_seq_num
1602: and resource_seq_num = p_resource_seq_num;