DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on BOM_RESOURCES

Line 7985: bom_resources br

7981: decode(bsor.SCHEDULE_FLAG,2,null,bsor.resource_seq_num) ,
7982: bsor.SUBSTITUTE_GROUP_NUM
7983: from bom_standard_operations bso,
7984: bom_std_op_resources bsor,
7985: bom_resources br
7986: where bso.standard_operation_id = bsor.standard_operation_id
7987: and br.resource_id = bsor.resource_id
7988: and bso.standard_operation_id = l_eam_op_tbl(J).standard_operation_id
7989: and bso.organization_id = l_eam_op_tbl(J).organization_id;