DBA Data[Home] [Help]

APPS.WIP_RESOURCE_VALIDATIONS dependencies on WIP_OP_RESOURCE_INSTANCES

Line 1630: from wip_op_resource_instances

1626: BEGIN
1627: l_count := 0;
1628: begin
1629: select count(*) into l_count
1630: from wip_op_resource_instances
1631: where wip_entity_id = p_wip_entity_id
1632: and organization_id = p_organization_id
1633: and operation_seq_num = p_operation_seq_num
1634: and resource_seq_num = p_resource_seq_num;