DBA Data[Home] [Help]

APPS.WIP_RESOURCE_DEFAULT dependencies on WIP_OPERATION_RESOURCES

Line 84: from WIP_OPERATION_RESOURCES

80: begin
81: select
82: SCHEDULED_FLAG, ASSIGNED_UNITS
83: into l_scheduled_flag, l_assigned_units
84: from WIP_OPERATION_RESOURCES
85: where WIP_ENTITY_ID = p_wip_entity_id
86: and OPERATION_SEQ_NUM = p_operation_seq_num
87: and RESOURCE_SEQ_NUM = p_resource_seq_num
88: and ORGANIZATION_ID = p_organization_id;