DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on BOM_STD_OP_RESOURCES

Line 3410: bom_std_op_resources bsor

3406:
3407: CURSOR chk_autocharge IS
3408: SELECT 1
3409: FROM bom_standard_operations bso,
3410: bom_std_op_resources bsor
3411: WHERE bso.standard_operation_id = bsor.standard_operation_id
3412: AND bsor.standard_operation_id = p_standard_operation_id
3413: AND bso.organization_id = p_organization_id
3414: AND bsor.autocharge_type NOT IN (2,3);